Remove extra var and add IRCV3 includes to IRCV3 tests

This commit is contained in:
Alex 2020-07-22 19:23:35 +02:00
parent 16002cb8f3
commit e71d730947
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#ifndef UIRC_IRCV3
#define UIRC_IRCV3
#endif
#include "../include/uirc.h"
#include "stdio.h"
#include "stdlib.h"

View File

@ -1,4 +1,3 @@
#define UIRC_HELPERS
#include "../include/uirc.h"
#include "stdio.h"
#include "stdlib.h"