diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 17:35:43 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 17:35:43 +0200 |
commit | fc1d3074de27fbcd0bf07e61781850f628fba0f1 (patch) | |
tree | ef4f2e1e8d663aa8f31a9580ef5c05693093e891 /LibGUI/GEventLoop.cpp | |
parent | b2542414d706d55a6c39dd538d0d532d33179e5c (diff) | |
download | serenity-fc1d3074de27fbcd0bf07e61781850f628fba0f1.zip |
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
Diffstat (limited to 'LibGUI/GEventLoop.cpp')
-rw-r--r-- | LibGUI/GEventLoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GEventLoop.cpp b/LibGUI/GEventLoop.cpp index 8e1bc69bc0..a7502c0b7e 100644 --- a/LibGUI/GEventLoop.cpp +++ b/LibGUI/GEventLoop.cpp @@ -4,7 +4,7 @@ #include "GWindow.h" #include <LibGUI/GApplication.h> #include <LibGUI/GAction.h> -#include <LibGUI/GNotifier.h> +#include <LibCore/CNotifier.h> #include <LibGUI/GMenu.h> #include <LibGUI/GDesktop.h> #include <LibC/unistd.h> |