summaryrefslogtreecommitdiff
path: root/LibCore/CTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibCore/CTimer.h')
-rw-r--r--LibCore/CTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibCore/CTimer.h b/LibCore/CTimer.h
index 4d0507512f..b6c1c2005f 100644
--- a/LibCore/CTimer.h
+++ b/LibCore/CTimer.h
@@ -1,7 +1,7 @@
#pragma once
-#include <LibCore/CObject.h>
#include <AK/Function.h>
+#include <LibCore/CObject.h>
class CTimer final : public CObject {
public: