소스 검색

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>


불러오는 중...
취소
저장