Remove BOM from new files

This commit is contained in:
Megamouse 2020-12-13 21:50:41 +01:00 committed by Ivan
parent e5603fec1e
commit 35ecd00559
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "dualsense_pad_handler.h"
#include "Emu/Io/pad_config.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "Emu/Io/PadHandler.h"
#include "Utilities/CRC.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <QString>
#include <QObject>