aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cancel.cpp2
-rw-r--r--src/debugspew.hpp (renamed from src/debugspew.h)0
-rw-r--r--src/intercopycontext.cpp2
-rw-r--r--src/lane.cpp2
-rw-r--r--src/linda.cpp2
-rw-r--r--src/lindafactory.cpp2
-rw-r--r--src/lindafactory.hpp (renamed from src/lindafactory.h)0
-rw-r--r--src/state.h2
-rw-r--r--src/tools.cpp2
9 files changed, 7 insertions, 7 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp
index 40f03f8..8991684 100644
--- a/src/cancel.cpp
+++ b/src/cancel.cpp
@@ -35,7 +35,7 @@ THE SOFTWARE.
35#include "_pch.hpp" 35#include "_pch.hpp"
36#include "cancel.hpp" 36#include "cancel.hpp"
37 37
38#include "debugspew.h" 38#include "debugspew.hpp"
39#include "lane.hpp" 39#include "lane.hpp"
40 40
41// ################################################################################################# 41// #################################################################################################
diff --git a/src/debugspew.h b/src/debugspew.hpp
index 1eb5556..1eb5556 100644
--- a/src/debugspew.h
+++ b/src/debugspew.hpp
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index ff03e3c..3470fe4 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -26,7 +26,7 @@ THE SOFTWARE.
26#include "_pch.hpp" 26#include "_pch.hpp"
27#include "intercopycontext.h" 27#include "intercopycontext.h"
28 28
29#include "debugspew.h" 29#include "debugspew.hpp"
30#include "deep.hpp" 30#include "deep.hpp"
31#include "keeper.hpp" 31#include "keeper.hpp"
32#include "lane.hpp" 32#include "lane.hpp"
diff --git a/src/lane.cpp b/src/lane.cpp
index fbd47b6..0b86e99 100644
--- a/src/lane.cpp
+++ b/src/lane.cpp
@@ -26,7 +26,7 @@ THE SOFTWARE.
26#include "_pch.hpp" 26#include "_pch.hpp"
27#include "lane.hpp" 27#include "lane.hpp"
28 28
29#include "debugspew.h" 29#include "debugspew.hpp"
30#include "intercopycontext.h" 30#include "intercopycontext.h"
31#include "threading.hpp" 31#include "threading.hpp"
32#include "tools.hpp" 32#include "tools.hpp"
diff --git a/src/linda.cpp b/src/linda.cpp
index 1910a99..9658e38 100644
--- a/src/linda.cpp
+++ b/src/linda.cpp
@@ -34,7 +34,7 @@ THE SOFTWARE.
34#include "linda.hpp" 34#include "linda.hpp"
35 35
36#include "lane.hpp" 36#include "lane.hpp"
37#include "lindafactory.h" 37#include "lindafactory.hpp"
38#include "tools.hpp" 38#include "tools.hpp"
39 39
40// ################################################################################################# 40// #################################################################################################
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp
index ae5f2f6..6e3f759 100644
--- a/src/lindafactory.cpp
+++ b/src/lindafactory.cpp
@@ -31,7 +31,7 @@ THE SOFTWARE.
31*/ 31*/
32 32
33#include "_pch.hpp" 33#include "_pch.hpp"
34#include "lindafactory.h" 34#include "lindafactory.hpp"
35 35
36#include "linda.hpp" 36#include "linda.hpp"
37 37
diff --git a/src/lindafactory.h b/src/lindafactory.hpp
index ac42c10..ac42c10 100644
--- a/src/lindafactory.h
+++ b/src/lindafactory.hpp
diff --git a/src/state.h b/src/state.h
index ecf1ce8..7401fe9 100644
--- a/src/state.h
+++ b/src/state.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "debugspew.h" 3#include "debugspew.hpp"
4#include "macros_and_utils.hpp" 4#include "macros_and_utils.hpp"
5 5
6// forwards 6// forwards
diff --git a/src/tools.cpp b/src/tools.cpp
index 923d323..e9134f1 100644
--- a/src/tools.cpp
+++ b/src/tools.cpp
@@ -35,7 +35,7 @@ THE SOFTWARE.
35 35
36#include "tools.hpp" 36#include "tools.hpp"
37 37
38#include "debugspew.h" 38#include "debugspew.hpp"
39#include "universe.hpp" 39#include "universe.hpp"
40 40
41DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); 41DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" });