diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-10-16 15:36:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 15:36:02 -0400 |
| commit | 26af4db82da23364961ebb440efba88846240731 (patch) | |
| tree | 9cfe6a427cfe59c13c64928ccef6ba3c5ccfec21 /include/d/a/e/d_a_e_ge.h | |
| parent | 4543ec129ec02649b24ae0e20d8325a5f066c9b1 (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 'include/d/a/e/d_a_e_ge.h')
| -rw-r--r-- | include/d/a/e/d_a_e_ge.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/a/e/d_a_e_ge.h b/include/d/a/e/d_a_e_ge.h index 618f3224..c97b4a2d 100644 --- a/include/d/a/e/d_a_e_ge.h +++ b/include/d/a/e/d_a_e_ge.h @@ -1,9 +1,9 @@ #ifndef D_A_E_GE_H #define D_A_E_GE_H -#include <d/a/e/d_a_en_base.h> -#include <s/s_State.hpp> -#include <s/s_StateMgr.hpp> +#include "d/a/e/d_a_en_base.h" +#include "s/s_State.hpp" +#include "s/s_StateMgr.hpp" class dAcEge_c : public dAcEnBase_c { public: |
