summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lilv_internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index 6dc47ee..70c47de 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -20,16 +20,6 @@ extern "C" {
#include <stdint.h>
#include <stdio.h>
-#ifdef _WIN32
-# include <direct.h>
-# include <windows.h>
-# ifdef _MSC_VER
-# ifndef snprintf
-# define snprintf _snprintf
-# endif
-# endif
-#endif
-
#ifdef LILV_DYN_MANIFEST
# include <lv2/dynmanifest/dynmanifest.h>
#endif