diff options
author | TingPing <tingping@fedoraproject.org> | 2014-06-04 10:30:18 -0400 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-06-04 10:30:18 -0400 |
commit | b8c02f71d9bbaf805534d5327d8c3935a3b87636 (patch) | |
tree | 723ae84fda43728303d4651a42f800f3ef1abd79 /src/common/hexchat.h | |
parent | 806b98dfc215f0c561ab51babe970abfa787169e (diff) |
win32: Use config.h instead of config-win32.h
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 44531468..899d1eaa 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -17,11 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifdef WIN32 -#include "../../config-win32.h" -#else #include "../../config.h" -#endif #include <glib.h> #include <glib/gstdio.h> |