Navigation Menu

Skip to content

Commit

Permalink
windows: fix included header
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2015
1 parent 0811249 commit a898ab6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/windows.c
Expand Up @@ -16,12 +16,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <groonga.h>
#include "grn.h"

#ifdef WIN32

#include <windows.h>

static char *windows_base_dir = NULL;
const char *
grn_windows_base_dir(void)
Expand Down Expand Up @@ -74,5 +71,4 @@ grn_windows_base_dir(void)
}
return windows_base_dir;
}

#endif

0 comments on commit a898ab6

Please sign in to comment.