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/d/d_dvd.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/d/d_dvd.cpp')
| -rw-r--r-- | src/d/d_dvd.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/d/d_dvd.cpp b/src/d/d_dvd.cpp index 68e4a562..464702e5 100644 --- a/src/d/d_dvd.cpp +++ b/src/d/d_dvd.cpp @@ -1,7 +1,9 @@ -#include <d/d_dvd.h> -#include <m/m_dvd.h> +#include "d/d_dvd.h" + +#include "m/m_dvd.h" + // clang-format off -#include <sized_string.h> +#include "sized_string.h" // clang-format on namespace dDvd { |
