diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-22 02:33:05 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-22 02:33:05 +0200 |
| commit | 3d0bcc72a12174f6226bca7f39a4a163bb384426 (patch) | |
| tree | 54ab39a740d2bd511064488a463bfe4079a2da16 | |
| parent | bb40a858168d88932147c77b8afdac85d5d00508 (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.cpp | 1 | ||||
| -rw-r--r-- | lockscreen/LockScreenController.h | 1 |
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" |
