aboutsummaryrefslogtreecommitdiff
path: root/lib/base
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:32:45 +0000
committerAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:32:45 +0000
commitd6c68fa2ec0f3c8b6248444a7414942291b571e1 (patch)
tree481ecc2c7ca754ec6d5be9eb55672ce677f57cf6 /lib/base
parenteb464659563590850a287589992f32021fc52369 (diff)
downloadenigma2-d6c68fa2ec0f3c8b6248444a7414942291b571e1.tar.gz
enigma2-d6c68fa2ec0f3c8b6248444a7414942291b571e1.zip
remove generated file "config.h":
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/eerror.h1
-rw-r--r--lib/base/encoding.cpp1
-rw-r--r--lib/base/filepush.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/base/eerror.h b/lib/base/eerror.h
index 2ae89e2f..ea5fcc51 100644
--- a/lib/base/eerror.h
+++ b/lib/base/eerror.h
@@ -1,7 +1,6 @@
#ifndef __E_ERROR__
#define __E_ERROR__
-#include "config.h"
#include <string>
#include <map>
#include <new>
diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp
index 48be7873..2b834b6c 100644
--- a/lib/base/encoding.cpp
+++ b/lib/base/encoding.cpp
@@ -1,6 +1,5 @@
#include <lib/base/encoding.h>
#include <lib/base/eerror.h>
-#include <config.h>
eDVBTextEncodingHandler encodingHandler; // the one and only instance
diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp
index b99896fc..ce33d04f 100644
--- a/lib/base/filepush.cpp
+++ b/lib/base/filepush.cpp
@@ -1,4 +1,3 @@
-#include <config.h>
#include <lib/base/filepush.h>
#include <lib/base/eerror.h>
#include <errno.h>