Fix code format

7344-support-launching-the-example-suite
elsid 2 years ago
parent ed4e75df65
commit b8525e8e3d
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -1,10 +1,10 @@
#ifndef MWINPUT_CONTROLSWITCH_H #ifndef MWINPUT_CONTROLSWITCH_H
#define MWINPUT_CONTROLSWITCH_H #define MWINPUT_CONTROLSWITCH_H
#include <cstdint>
#include <map> #include <map>
#include <string> #include <string>
#include <string_view> #include <string_view>
#include <cstdint>
namespace ESM namespace ESM
{ {

@ -1,8 +1,8 @@
#ifndef BSA_BA2_FILE_H #ifndef BSA_BA2_FILE_H
#define BSA_BA2_FILE_H #define BSA_BA2_FILE_H
#include <string>
#include <cstdint> #include <cstdint>
#include <string>
namespace Bsa namespace Bsa
{ {

@ -1,8 +1,8 @@
#ifndef INTERPRETER_TYPES_H_INCLUDED #ifndef INTERPRETER_TYPES_H_INCLUDED
#define INTERPRETER_TYPES_H_INCLUDED #define INTERPRETER_TYPES_H_INCLUDED
#include <stdexcept>
#include <cstdint> #include <cstdint>
#include <stdexcept>
namespace Interpreter namespace Interpreter
{ {

@ -10,7 +10,6 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <string_view> #include <string_view>
#include <cstdint>
namespace Settings namespace Settings
{ {

Loading…
Cancel
Save