Do not enforce include <gpod/itdb.h> to be as plain C

because it can lead to FTBFS.

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

@ -14,9 +14,7 @@
#ifndef IMAGELISTITEM_H
#define IMAGELISTITEM_H
extern "C" {
#include <gpod/itdb.h>
}
#include <tqstring.h>
#include <tdelistview.h>

@ -14,9 +14,7 @@
#ifndef IPOD_EXPORTDIALOG_H
#define IPOD_EXPORTDIALOG_H
extern "C" {
#include <gpod/itdb.h>
}
#define KIPI_PLUGIN 1

@ -14,9 +14,7 @@
#ifndef IPODLISTITEM_H
#define IPODLISTITEM_H
extern "C" {
#include <gpod/itdb.h>
}
#include <tdelistview.h>

Loading…
Cancel
Save