Skip to content

Commit

Permalink
move header include
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorCZ committed Jun 12, 2024
1 parent 088ceb4 commit 8d9d2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion include/spike/uni/detail/format_full.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* uni format internal module
part of uni module
Copyright 2020-2023 Lukas Cone
Copyright 2020-2024 Lukas Cone
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -18,6 +18,7 @@
#include "../format.hpp"
#include "spike/type/float.hpp"
#include "spike/util/supercore.hpp"
#include <stdexcept>

namespace _uni_ {
static constexpr size_t fmtStrides[]{0, 128, 96, 64, 64, 48, 32, 32, 32,
Expand Down
3 changes: 1 addition & 2 deletions src/uni_format.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* uni format module source
part of uni module
Copyright 2020-2023 Lukas Cone
Copyright 2020-2024 Lukas Cone
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,6 @@

#include "spike/uni/detail/format_full.hpp"
#include "spike/util/macroLoop.hpp"
#include <stdexcept>
#include <unordered_map>

using namespace uni;
Expand Down

0 comments on commit 8d9d2c2

Please sign in to comment.