Fix incorrect include file check definitions.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 4 years ago
parent 2c73ccdf45
commit 578245038c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -8,8 +8,8 @@
* (at your option) any later version. * * (at your option) any later version. *
***************************************************************************/ ***************************************************************************/
#ifndef MICRoLIBRARY_H #ifndef MICROLIBRARY_H
#define PICLIBRARY_H #define MICROLIBRARY_H
#include "asminfo.h" #include "asminfo.h"
#include "microinfo.h" #include "microinfo.h"

@ -8,8 +8,8 @@
* (at your option) any later version. * * (at your option) any later version. *
***************************************************************************/ ***************************************************************************/
#ifndef PICPACKAGES_H #ifndef MICROPACKAGES_H
#define PICPACKAGES_H #define MICROPACKAGES_H
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

Loading…
Cancel
Save