summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/opresolv.cpp')
-rw-r--r--src/lib/util/opresolv.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/util/opresolv.cpp b/src/lib/util/opresolv.cpp
index 034f9418426..2b269b59e04 100644
--- a/src/lib/util/opresolv.cpp
+++ b/src/lib/util/opresolv.cpp
@@ -8,14 +8,15 @@
****************************************************************************/
+#include "opresolv.h"
+
+#include "strformat.h"
+
+#include <algorithm>
+#include <cassert>
#include <cctype>
#include <cstdlib>
#include <cstring>
-#include <cassert>
-
-#include "pool.h"
-#include "corestr.h"
-#include "opresolv.h"
namespace util {