Move UndefMacros from libdevcore to libsolidity/parsing

This commit is contained in:
Alex Beregszaszi
2017-07-02 00:09:46 +01:00
parent d230048dc8
commit b615b01449
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -21,7 +21,6 @@
#if defined(_WIN32)
#include <windows.h>
#include "libdevcore/UndefMacros.h"
#else
#include <sys/types.h>
#include <sys/socket.h>