From eb67cb9dabaf5942dec2caef646a7ff0b269e1db Mon Sep 17 00:00:00 2001 From: mzuther Date: Tue, 19 Jan 2010 22:59:24 +0000 Subject: included "config.h" in "plugin.h" and changed "plugin.c" and "plugin_sample.c" accordingly git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1087 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_sample.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'plugin_sample.c') diff --git a/plugin_sample.c b/plugin_sample.c index 572c7bf..6941735 100644 --- a/plugin_sample.c +++ b/plugin_sample.c @@ -33,17 +33,15 @@ */ -/* define the include files you need */ -#include "config.h" +/* these should always be included */ +#include "debug.h" +#include "plugin.h" +/* define the include files you need */ #include #include #include -/* these should always be included */ -#include "debug.h" -#include "plugin.h" - #ifdef WITH_DMALLOC #include #endif -- cgit v1.2.3