Don't use OpenShot.h in ExampleHtml.cpp

When `#include`-ing the whole mess, building the file was leading
to what looked like out-of-memory errors. Replacing the monolithic
header with just the necessary ones cleared it up.
This commit is contained in:
FeRD (Frank Dana)
2021-04-15 19:53:57 -04:00
parent 2c9d2f2a32
commit c6aae47d50

View File

@@ -35,7 +35,10 @@
#include <QGuiApplication>
#include <QTimer>
#include "OpenShot.h"
#include "QtHtmlReader.h"
#include "FFmpegWriter.h"
#include "Fraction.h"
#include "Enums.h" // for GRAVITY_BOTTOM_RIGHT
#include "CrashHandler.h"
using namespace openshot;