aboutsummaryrefslogtreecommitdiff
path: root/backend/Exception.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
commitd554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch)
treeba52e12e1791592ee7634b6a3e190d9bba950860 /backend/Exception.h
parentb4507b3601bedcaa599673b9f9083d1574132157 (diff)
cleanup
Diffstat (limited to 'backend/Exception.h')
-rw-r--r--backend/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Exception.h b/backend/Exception.h
index bc65aa0..93af96e 100644
--- a/backend/Exception.h
+++ b/backend/Exception.h
@@ -1,6 +1,6 @@
#pragma once
-#include "backend/String.h"
+#include "String.h"
class Exception {
public: