summaryrefslogtreecommitdiff
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-07-22 02:33:05 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-07-22 02:33:05 +0200
commit3d0bcc72a12174f6226bca7f39a4a163bb384426 (patch)
tree54ab39a740d2bd511064488a463bfe4079a2da16
parentbb40a858168d88932147c77b8afdac85d5d00508 (diff)
LockScreenController: fix unityshell compilation, due to missing UserPromptView definition...
Oh nux, I hate you when you behave like that! (bzr r3844.10.2)
-rw-r--r--lockscreen/LockScreenController.cpp1
-rw-r--r--lockscreen/LockScreenController.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/lockscreen/LockScreenController.cpp b/lockscreen/LockScreenController.cpp
index 34eae7e88..b40897658 100644
--- a/lockscreen/LockScreenController.cpp
+++ b/lockscreen/LockScreenController.cpp
@@ -24,7 +24,6 @@
#include "LockScreenShield.h"
#include "LockScreenSettings.h"
-#include "UserPromptView.h"
#include "unity-shared/AnimationUtils.h"
#include "unity-shared/UScreen.h"
#include "unity-shared/WindowManager.h"
diff --git a/lockscreen/LockScreenController.h b/lockscreen/LockScreenController.h
index a2eda9d9e..acc25a92b 100644
--- a/lockscreen/LockScreenController.h
+++ b/lockscreen/LockScreenController.h
@@ -27,6 +27,7 @@
#include "LockScreenShieldFactory.h"
#include "LockScreenAcceleratorController.h"
#include "ScreenSaverDBusManager.h"
+#include "UserPromptView.h"
#include "unity-shared/BackgroundEffectHelper.h"
#include "unity-shared/UpstartWrapper.h"