Skip to content

Commit

Permalink
Merge pull request #20 from contour-terminal/improvement/util_module
Browse files Browse the repository at this point in the history
Move headers in unit module
  • Loading branch information
christianparpart authored Jan 20, 2024
2 parents c2269bc + 88cea09 commit faf1bc6
Show file tree
Hide file tree
Showing 15 changed files with 621 additions and 672 deletions.
140 changes: 59 additions & 81 deletions src/CoreVM/CoreVM.cppm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/CoreVM/TargetCodeGenerator.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
module;
#include <CoreVM/util/assert.h>
#include <CoreVM/util/IPAddress.h>

#include <fmt/core.h>

Expand All @@ -13,6 +12,7 @@ module;
#include <vector>

module CoreVM;
import CoreVM.util;
namespace CoreVM
{

Expand Down
2 changes: 1 addition & 1 deletion src/CoreVM/ir/ConstantValue.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: Apache-2.0
module;
#include <CoreVM/util/IPAddress.h>

#include <string>

module CoreVM;
import CoreVM.util;
namespace CoreVM
{

Expand Down
Loading

0 comments on commit faf1bc6

Please sign in to comment.