소스 검색

db_shutdown_driver(): clean up code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47972 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 년 전
부모
커밋
bcfe1bb199
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      lib/db/dbmi_client/shutdown.c

+ 0 - 5
lib/db/dbmi_client/shutdown.c

@@ -14,11 +14,6 @@
 
 #include <stdlib.h>
 
-#ifdef __MINGW32__
-#include <process.h>
-#else
-#include <sys/wait.h>
-#endif
 #include <grass/dbmi.h>
 #include <grass/spawn.h>
 #include "macros.h"