aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-19 01:37:13 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-19 01:37:13 +0000
commit22b7086fb91f059b1c6637cc881ac93fa10fff51 (patch)
tree49317a46814db07e2b1760eb5a1eea603572337f /tools/ncp2222.py
parent4a57360291672342936cc66da056b63aa04b2cc5 (diff)
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=44997
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index c784291bc9..2b0ae2dacd 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -5719,9 +5719,7 @@ def produce_code():
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
#include <string.h>
#include <glib.h>