From 68ed2602b22100b18abf43e2cdef762022286cd8 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sun, 18 Oct 2020 05:10:33 -0400 Subject: [PATCH] Examples: Update include paths --- examples/Example.cpp | 4 ++-- examples/ExampleHtml.cpp | 4 ++-- examples/qt-demo/main.cpp | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/Example.cpp b/examples/Example.cpp index c9e61628..2cd77071 100644 --- a/examples/Example.cpp +++ b/examples/Example.cpp @@ -31,8 +31,8 @@ #include #include #include -#include "../../include/OpenShot.h" -#include "../../include/CrashHandler.h" +#include "OpenShot.h" +#include "CrashHandler.h" using namespace openshot; diff --git a/examples/ExampleHtml.cpp b/examples/ExampleHtml.cpp index 576961bc..928a05fe 100644 --- a/examples/ExampleHtml.cpp +++ b/examples/ExampleHtml.cpp @@ -35,8 +35,8 @@ #include #include -#include "../../include/OpenShot.h" -#include "../../include/CrashHandler.h" +#include "OpenShot.h" +#include "CrashHandler.h" using namespace openshot; diff --git a/examples/qt-demo/main.cpp b/examples/qt-demo/main.cpp index 3e5f00ba..8c02795a 100644 --- a/examples/qt-demo/main.cpp +++ b/examples/qt-demo/main.cpp @@ -28,7 +28,9 @@ * along with OpenShot Library. If not, see . */ -#include "../../../include/Qt/PlayerDemo.h" +#include "Qt/PlayerDemo.h" + +#include int main(int argc, char *argv[]) {