summaryrefslogtreecommitdiffstats
path: root/recovery_ui/wear_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--recovery_ui/wear_device.cpp (renamed from wear_device.cpp)5
1 files changed, 2 insertions, 3 deletions
diff --git a/wear_device.cpp b/recovery_ui/wear_device.cpp
index 3268130b0..bf21bc962 100644
--- a/wear_device.cpp
+++ b/recovery_ui/wear_device.cpp
@@ -14,10 +14,9 @@
* limitations under the License.
*/
-#include "device.h"
-#include "wear_ui.h"
+#include "recovery_ui/device.h"
+#include "recovery_ui/wear_ui.h"
Device* make_device() {
return new Device(new WearRecoveryUI);
}
-