]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.cpp
Reorganize and cleanup build structure
[kdenlive] / src / stopmotion / stopmotion.cpp
index f76f9c2976442a85c66a90dd55c53e2982661f6f..395c52f58e73b1ef9a21d5bf9792fb15db3a39db 100644 (file)
  ***************************************************************************/
 
 #include "stopmotion.h"
-#include "../blackmagic/devices.h"
+#include "blackmagic/devices.h"
 #if !defined(Q_OS_FREEBSD) && !defined(Q_OS_KFREEBSD)
-#include "../v4l/v4lcapture.h"
+#include "v4l/v4lcapture.h"
 #endif
-#include "../slideshowclip.h"
-#include "../profilesdialog.h"
-#include "../mltdevicecapture.h"
-#include "../recmonitor.h"
-#include "../monitormanager.h"
+#include "slideshowclip.h"
+#include "profilesdialog.h"
+#include "mltdevicecapture.h"
+#include "recmonitor.h"
+#include "monitormanager.h"
 #include "ui_smconfig_ui.h"
 #include "kdenlivesettings.h"
 
-
 #include <KDebug>
 #include <KGlobalSettings>
 #include <KFileDialog>