summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStefan Schallenberg <infos@nafets.de>2013-09-10 23:11:23 +0200
committerStefan Schallenberg <infos@nafets.de>2013-09-10 23:11:23 +0200
commitf19e505e2c423b038787d3e63e62150eba328aa5 (patch)
treea4582334b2ce1266bf7c2df5cbfa381c52d45043 /tools
parent5c57e29c42bf3fd1919aa4fcdb5f3338bfb59056 (diff)
downloadvdr-plugin-ffnetdev-f19e505e2c423b038787d3e63e62150eba328aa5.tar.gz
vdr-plugin-ffnetdev-f19e505e2c423b038787d3e63e62150eba328aa5.tar.bz2
First try to adopt to new VDR 2.x Makefile
Also changing the Internationalization to po/de_DE.po file
Diffstat (limited to 'tools')
-rw-r--r--tools/select.h2
-rw-r--r--tools/socket.h4
-rw-r--r--tools/source.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/select.h b/tools/select.h
index 7e873e2..7071718 100644
--- a/tools/select.h
+++ b/tools/select.h
@@ -1,7 +1,7 @@
#ifndef TOOLBOX_SELECT_H
#define TOOLBOX_SELECT_H
-#include "tools/tools.h"
+#include "tools.h"
#include <sys/types.h>
diff --git a/tools/socket.h b/tools/socket.h
index ee9c632..ceaad78 100644
--- a/tools/socket.h
+++ b/tools/socket.h
@@ -1,8 +1,8 @@
#ifndef TOOLBOX_SOCKET_H
#define TOOLBOX_SOCKET_H
-#include "tools/tools.h"
-#include "tools/source.h"
+#include "tools.h"
+#include "source.h"
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tools/source.h b/tools/source.h
index 09c4bf3..0e001b7 100644
--- a/tools/source.h
+++ b/tools/source.h
@@ -1,7 +1,7 @@
#ifndef TOOLBOX_SOURCE_H
#define TOOLBOX_SOURCE_H
-#include "tools/tools.h"
+#include "tools.h"
#include <sys/types.h>
#include <string>