From f19e505e2c423b038787d3e63e62150eba328aa5 Mon Sep 17 00:00:00 2001 From: Stefan Schallenberg Date: Tue, 10 Sep 2013 23:11:23 +0200 Subject: First try to adopt to new VDR 2.x Makefile Also changing the Internationalization to po/de_DE.po file --- tools/select.h | 2 +- tools/socket.h | 4 ++-- tools/source.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') 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 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 #include 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 #include -- cgit v1.2.3