瀏覽代碼

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"