diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 14:33:34 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 14:33:34 +1000 |
commit | 82515f9d90ac149984013f0d64c1cab37b349b29 (patch) | |
tree | 6da445874d055e3e66ab1825d4aa3bb784955fc9 /src/ral/ral.h | |
parent | 5359c011a08ef2e06ed54104cc16c32868ca88ff (diff) |
chore clang format + tidy
Diffstat (limited to 'src/ral/ral.h')
-rw-r--r-- | src/ral/ral.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ral/ral.h b/src/ral/ral.h index ce3b27d..fdbadd3 100644 --- a/src/ral/ral.h +++ b/src/ral/ral.h @@ -1,5 +1,5 @@ #pragma once -#include "ral_types.h" #include "ral_common.h" -#include "ral_impl.h"
\ No newline at end of file +#include "ral_impl.h" +#include "ral_types.h"
\ No newline at end of file |