summaryrefslogtreecommitdiff
path: root/src/interpreter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.cc')
-rw-r--r--src/interpreter.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/interpreter.cc b/src/interpreter.cc
index dabf008f..d33b60f8 100644
--- a/src/interpreter.cc
+++ b/src/interpreter.cc
@@ -16,11 +16,10 @@
#include "interpreter.h"
-#include <assert.h>
-#include <inttypes.h>
-#include <math.h>
-
#include <algorithm>
+#include <cassert>
+#include <cinttypes>
+#include <cmath>
#include <vector>
#include "stream.h"