summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/SharedTimerGtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/SharedTimerGtk.cpp')
-rw-r--r--WebCore/platform/gtk/SharedTimerGtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/gtk/SharedTimerGtk.cpp b/WebCore/platform/gtk/SharedTimerGtk.cpp
index e0a5b60..0a760ed 100644
--- a/WebCore/platform/gtk/SharedTimerGtk.cpp
+++ b/WebCore/platform/gtk/SharedTimerGtk.cpp
@@ -28,8 +28,8 @@
#include "config.h"
#include "SharedTimer.h"
-#include "SystemTime.h"
#include <wtf/Assertions.h>
+#include <wtf/CurrentTime.h>
#include <glib.h>
namespace WebCore {