summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-02 15:09:48 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-03 10:27:44 +0200
commit3f5bd9873cd60c44dcbfb2c7b88adbc445a08e18 (patch)
tree988f2fe89f2034188519efdb3d687dbc9e43b536 /src
parent941d133bcb125dae56f97e5e8443e1cb6cba7cdd (diff)
downloadobexd-3f5bd9873cd60c44dcbfb2c7b88adbc445a08e18.tar.gz
Remove config.h from src/obex.h
config.h should only be included in .c files
Diffstat (limited to 'src')
-rw-r--r--src/obex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/obex.h b/src/obex.h
index 6b7dc7e..f4fd159 100644
--- a/src/obex.h
+++ b/src/obex.h
@@ -22,10 +22,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define OBJECT_SIZE_UNKNOWN -1
#define OBJECT_SIZE_DELETE -2