summaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/cell_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/eval/cell_type.h')
-rw-r--r--eval/src/vespa/eval/eval/cell_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval/src/vespa/eval/eval/cell_type.h b/eval/src/vespa/eval/eval/cell_type.h
index a371e618f37..fc3a631b7af 100644
--- a/eval/src/vespa/eval/eval/cell_type.h
+++ b/eval/src/vespa/eval/eval/cell_type.h
@@ -2,12 +2,12 @@
#pragma once
+#include "int8float.h"
+#include <vespa/vespalib/util/bfloat16.h>
#include <vespa/vespalib/util/typify.h>
#include <vector>
#include <cstdint>
#include <cassert>
-#include "int8float.h"
-#include <vespa/vespalib/util/bfloat16.h>
namespace vespalib::eval {