summaryrefslogtreecommitdiff
path: root/src/egg/util/eggException.cpp
diff options
context:
space:
mode:
authorElijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>2024-10-16 15:36:02 -0400
committerGitHub <noreply@github.com>2024-10-16 15:36:02 -0400
commit26af4db82da23364961ebb440efba88846240731 (patch)
tree9cfe6a427cfe59c13c64928ccef6ba3c5ccfec21 /src/egg/util/eggException.cpp
parent4543ec129ec02649b24ae0e20d8325a5f066c9b1 (diff)
update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
Diffstat (limited to 'src/egg/util/eggException.cpp')
-rw-r--r--src/egg/util/eggException.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/egg/util/eggException.cpp b/src/egg/util/eggException.cpp
index 2b4ea036..6bf4e2e7 100644
--- a/src/egg/util/eggException.cpp
+++ b/src/egg/util/eggException.cpp
@@ -1,13 +1,14 @@
-#include <egg/core/eggController.h>
-#include <egg/core/eggHeap.h>
-#include <egg/core/eggSystem.h>
-#include <egg/core/eggVideo.h>
-#include <egg/util/eggException.h>
-#include <nw4r/db/db_directPrint.h>
-#include <nw4r/db/db_exception.h>
-#include <nw4r/db/db_mapFile.h>
-#include <rvl/KPAD.h>
-#include <rvl/OS.h>
+#include "egg/util/eggException.h"
+
+#include "egg/core/eggController.h"
+#include "egg/core/eggHeap.h"
+#include "egg/core/eggSystem.h"
+#include "egg/core/eggVideo.h"
+#include "nw4r/db/db_directPrint.h"
+#include "nw4r/db/db_exception.h"
+#include "nw4r/db/db_mapFile.h"
+#include "rvl/KPAD.h" // IWYU pragma: export
+#include "rvl/OS.h" // IWYU pragma: export
namespace EGG {