Skip to content

Commit 397bf2d

Browse files
move windows dependencies down
1 parent 16bc5b8 commit 397bf2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/muz/base/dl_util.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Revision History:
2020
#include <sstream>
2121
#include <sys/types.h>
2222
#include <sys/stat.h>
23-
#ifdef _WINDOWS
24-
#include <windows.h>
25-
#endif
2623
#include "ast/ast_pp.h"
2724
#include "ast/rewriter/bool_rewriter.h"
2825
#include "ast/for_each_expr.h"
@@ -31,6 +28,10 @@ Revision History:
3128
#include "muz/base/dl_rule.h"
3229
#include "muz/base/dl_util.h"
3330
#include "util/stopwatch.h"
31+
#ifdef _WINDOWS
32+
#include <windows.h>
33+
#endif
34+
3435
#ifndef __STDC_FORMAT_MACROS
3536
#define __STDC_FORMAT_MACROS
3637
#endif

0 commit comments

Comments
 (0)