aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/logging')
-rw-r--r--NorthstarDLL/logging/sourceconsole.cpp2
-rw-r--r--NorthstarDLL/logging/sourceconsole.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/logging/sourceconsole.cpp b/NorthstarDLL/logging/sourceconsole.cpp
index 62b41e1a..775caa49 100644
--- a/NorthstarDLL/logging/sourceconsole.cpp
+++ b/NorthstarDLL/logging/sourceconsole.cpp
@@ -1,7 +1,7 @@
#include "pch.h"
#include "core/convar/convar.h"
#include "sourceconsole.h"
-#include "shared/sourceinterface.h"
+#include "core/sourceinterface.h"
#include "core/convar/concommand.h"
#include "util/printcommands.h"
diff --git a/NorthstarDLL/logging/sourceconsole.h b/NorthstarDLL/logging/sourceconsole.h
index 00498054..cf7027df 100644
--- a/NorthstarDLL/logging/sourceconsole.h
+++ b/NorthstarDLL/logging/sourceconsole.h
@@ -1,6 +1,6 @@
#pragma once
#include "pch.h"
-#include "shared/sourceinterface.h"
+#include "core/sourceinterface.h"
#include "spdlog/sinks/base_sink.h"
#include <map>