瀏覽代碼

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

master
Sam Hocevar 12 年之前
父節點
當前提交
ff6bded2d1
共有 2 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -2
      neercs/old/python/py_module.h
  2. +0
    -4
      neercs/old/widgets.h

+ 0
- 2
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>


+ 0
- 4
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>


Loading…
取消
儲存