UI, libobs, text-freetype2: Add missing pragma once in header files
@@ -1,3 +1,5 @@
+#pragma once
+
#include <obs.hpp>
#include <map>
#include <QCheckBox>
class ExpandCheckBox : public QCheckBox {
void output_start();
void output_stop();
OBSData load_settings();
#include <QWidget>
#include <QString>
@@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#include <QLineEdit>
#include <QKeyEvent>
#include <QPushButton>
#include <QPixmap>
#include <QLabel>
#include <windows.h>
#include <mmdeviceapi.h>
#include <audioclient.h>
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
#include <obs-module.h>
gs_vertbuffer_t *create_uv_vbuffer(uint32_t num_verts, bool add_color);
#include <ft2build.h>