diff options
author | 2018-11-30 14:40:08 +0900 | |
---|---|---|
committer | 2018-11-30 14:40:08 +0900 | |
commit | cf1d48d14028697c8ac9643df5320a4c6852f917 (patch) | |
tree | fc9e32924a08c8785640f9e1109d161f1fc72dfc | |
parent | ca5835ae771cc3921433b951f25f5207ac3d6999 (diff) |
delete wayland header
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.cpp b/app/main.cpp index 7eb92a0..53460c5 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -23,8 +23,6 @@ #include <qlibwindowmanager.h>
#include <qlibhomescreen.h>
#include <string>
-#include <ilm/ivi-application-client-protocol.h>
-#include <wayland-client.h>
#endif
#include <QtCore/QDebug>
#include <QtCore/QCommandLineParser>
|