Skip to content

Commit

Permalink
move windows dependencies down
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed May 1, 2020
1 parent 16bc5b8 commit 397bf2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/muz/base/dl_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ Revision History:
#include <sstream>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef _WINDOWS
#include <windows.h>
#endif
#include "ast/ast_pp.h"
#include "ast/rewriter/bool_rewriter.h"
#include "ast/for_each_expr.h"
Expand All @@ -31,6 +28,10 @@ Revision History:
#include "muz/base/dl_rule.h"
#include "muz/base/dl_util.h"
#include "util/stopwatch.h"
#ifdef _WINDOWS
#include <windows.h>
#endif

#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
Expand Down

0 comments on commit 397bf2d

Please sign in to comment.