aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_sample.c
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-19 22:59:24 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-19 22:59:24 +0000
commiteb67cb9dabaf5942dec2caef646a7ff0b269e1db (patch)
tree3c3c1dfa8a8a0973920db77c01fc5616115dcd8f /plugin_sample.c
parent8b4d88284a82ba14c90577aa4fc968513fa558d0 (diff)
downloadlcd4linux-eb67cb9dabaf5942dec2caef646a7ff0b269e1db.tar.gz
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
Diffstat (limited to 'plugin_sample.c')
-rw-r--r--plugin_sample.c10
1 files changed, 4 insertions, 6 deletions
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 <stdlib.h>
#include <string.h>
#include <ctype.h>
-/* these should always be included */
-#include "debug.h"
-#include "plugin.h"
-
#ifdef WITH_DMALLOC
#include <dmalloc.h>
#endif