Kaydet (Commit) 67249177 authored tarafından Enrico Tröger's avatar Enrico Tröger

win32.h can be included unconditionally.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4919 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 89c58307
2010-05-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/prefs.c, src/project.c:
win32.h can be included unconditionally.
2010-05-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/win32.c:
......
......@@ -62,14 +62,12 @@
#include "stash.h"
#include "keyfile.h"
#include "filetypes.h"
#include "win32.h"
#ifdef HAVE_VTE
# include "vte.h"
#endif
#ifdef G_OS_WIN32
# include "win32.h"
#endif
GeanyPrefs prefs;
......
......@@ -41,9 +41,7 @@
#include "msgwindow.h"
#include "main.h"
#include "keyfile.h"
#ifdef G_OS_WIN32
# include "win32.h"
#endif
#include "win32.h"
#include "build.h"
#include "interface.h"
#include "editor.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment