aboutsummaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/memory.c b/src/memory.c
index 020cb6d..c2ac38c 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -11,11 +11,10 @@
/* Windows headers */
#ifdef _WIN32
- #define NOMINMAX
#include <malloc.h>
#endif
-/* Internal headers */
+/* Internal library headers */
#include "threadpool-common.h"
#include "threadpool-object.h"