Remove bom in Utilities dir

This commit is contained in:
RipleyTom 2020-12-25 03:18:36 +01:00 committed by Ivan
parent a96b4412d3
commit bef2c50b03
11 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"
#include "Utilities/StrFmt.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"
#include "Utilities/StrFmt.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"
#include "util/atomic.hpp"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"
#include "StrFmt.h"

View file

@ -1,4 +1,4 @@
#include "bin_patch.h"
#include "bin_patch.h"
#include "File.h"
#include "Config.h"
#include "version.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <vector>
#include <string>

View file

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "cheat_info.h"
#include "Config.h"
#include "StrUtil.h"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"

View file

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

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "util/types.hpp"
#include "util/atomic.hpp"

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <pugixml.hpp>
#include <memory>