diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
commit | d554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch) | |
tree | ba52e12e1791592ee7634b6a3e190d9bba950860 /backend/Exception.h | |
parent | b4507b3601bedcaa599673b9f9083d1574132157 (diff) |
cleanup
Diffstat (limited to 'backend/Exception.h')
-rw-r--r-- | backend/Exception.h | 2 |
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: |