diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-10 07:29:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 08:29:58 -0600 |
| commit | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch) | |
| tree | 4509be332b2ccfc6fe939f47740d68f7746eca3e /include/d/d_timer.h | |
| parent | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff) | |
switch to dtk setup (#2203)
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1)
* Fix build image ref (#2)
---------
Co-authored-by: Luke Street <luke@street.dev>
Diffstat (limited to 'include/d/d_timer.h')
| -rw-r--r-- | include/d/d_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h index 1c8d10e8b5..a6a991168e 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -1,7 +1,7 @@ #ifndef D_D_TIMER_H #define D_D_TIMER_H -#include "d/msg/d_msg_object.h" +#include "d/d_msg_object.h" #include "f_op/f_op_msg.h" class CPaneMgr; |
