From ff6bded2d1336d0caf97786a9f70a2776387ed3c Mon Sep 17 00:00:00 2001
From: Sam Hocevar <sam@hocevar.net>
Date: Mon, 10 Dec 2012 13:59:10 +0000
Subject: [PATCH] neercs: do not include "config.h" more than once.

---
 neercs/old/python/py_module.h | 2 --
 neercs/old/widgets.h          | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/neercs/old/python/py_module.h b/neercs/old/python/py_module.h
index bae9e32..ad1abdd 100644
--- a/neercs/old/python/py_module.h
+++ b/neercs/old/python/py_module.h
@@ -10,8 +10,6 @@
  *  http://sam.zoy.org/wtfpl/COPYING for more details.
  */
 
-#include "config.h"
-
 #ifdef USE_PYTHON
 
 #include <Python.h>
diff --git a/neercs/old/widgets.h b/neercs/old/widgets.h
index b5f3b83..be9dd13 100644
--- a/neercs/old/widgets.h
+++ b/neercs/old/widgets.h
@@ -10,10 +10,6 @@
  *  http://sam.zoy.org/wtfpl/COPYING for more details.
  */
 
-#if defined HAVE_CONFIG_H
-#   include "config.h"
-#endif
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>