Skip to content

Commit

Permalink
Remove bom from .hpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom authored and Nekotekina committed Dec 7, 2020
1 parent 24e4e32 commit 51dcb4a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion rpcs3/Emu/perf_meter.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include "Utilities/types.h"
#include "util/logs.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/asm.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include "Utilities/types.h"

Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/atomic2.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include <cstdint>
#include "util/atomic.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/dyn_lib.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include <string>

Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/fixed_typemap.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include <memory>
#include <typeinfo>
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/init_mutex.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include "util/atomic.hpp"

Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/slow_mutex.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include "atomic.hpp"
#include <mutex>
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/typeindices.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

namespace stx
{
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/util/yaml.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#include <utility>
#include <string>
Expand Down

0 comments on commit 51dcb4a

Please sign in to comment.