This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
neercs: do not include "config.h" more than once.
master
Sam Hocevar
12 years ago
parent
a6f357679a
commit
ff6bded2d1
2 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
neercs/old/python/py_module.h
+0
-4
neercs/old/widgets.h
+ 0
- 2
neercs/old/python/py_module.h
View File
@@ -10,8 +10,6 @@
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
#include "config.h"
#ifdef USE_PYTHON
#include <Python.h>
+ 0
- 4
neercs/old/widgets.h
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save