Bläddra i källkod

neercs: do not include "config.h" more than once.

master
Sam Hocevar 13 år sedan
förälder
incheckning
ff6bded2d1
2 ändrade filer med 0 tillägg och 6 borttagningar
  1. +0
    -2
      neercs/old/python/py_module.h
  2. +0
    -4
      neercs/old/widgets.h

+ 0
- 2
neercs/old/python/py_module.h Visa fil

@@ -10,8 +10,6 @@
* http://sam.zoy.org/wtfpl/COPYING for more details. * http://sam.zoy.org/wtfpl/COPYING for more details.
*/ */


#include "config.h"

#ifdef USE_PYTHON #ifdef USE_PYTHON


#include <Python.h> #include <Python.h>


+ 0
- 4
neercs/old/widgets.h Visa fil

@@ -10,10 +10,6 @@
* http://sam.zoy.org/wtfpl/COPYING for more details. * http://sam.zoy.org/wtfpl/COPYING for more details.
*/ */


#if defined HAVE_CONFIG_H
# include "config.h"
#endif

#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>


Laddar…
Avbryt
Spara