mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Don't include properties-view.hpp in header
Replace header include with forward to reduce needless header includes and thus reduce compile time.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "window-basic-main.hpp"
|
||||
#include "qt-wrappers.hpp"
|
||||
#include "display-helpers.hpp"
|
||||
#include "properties-view.hpp"
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QScreen>
|
||||
|
||||
@@ -22,8 +22,7 @@
|
||||
#include <memory>
|
||||
#include <obs.hpp>
|
||||
|
||||
#include "properties-view.hpp"
|
||||
|
||||
class OBSPropertiesView;
|
||||
class OBSBasic;
|
||||
|
||||
#include "ui_OBSBasicProperties.h"
|
||||
|
||||
Reference in New Issue
Block a user