summaryrefslogtreecommitdiffstats
path: root/recovery_ui/default_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--recovery_ui/default_device.cpp (renamed from default_device.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/default_device.cpp b/recovery_ui/default_device.cpp
index a9718668d..4db461af6 100644
--- a/default_device.cpp
+++ b/recovery_ui/default_device.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#include "device.h"
-#include "screen_ui.h"
+#include "recovery_ui/device.h"
+#include "recovery_ui/screen_ui.h"
Device* make_device() {
return new Device(new ScreenRecoveryUI);