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 /src/f/f_list.cpp | |
| 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 'src/f/f_list.cpp')
| -rw-r--r-- | src/f/f_list.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f/f_list.cpp b/src/f/f_list.cpp index 6201b7f5..53d2d042 100644 --- a/src/f/f_list.cpp +++ b/src/f/f_list.cpp @@ -1,6 +1,6 @@ -#include <f/f_base.h> -#include <f/f_list_mg.h> -#include <f/f_list_mg_ptmf.h> +#include "f/f_base.h" +#include "f/f_list_mg.h" +#include "f/f_list_mg_ptmf.h" /* 802e2680 */ void fLiMgPTMF_c::addNode(fLiNdPrio_c *add) { |
