remove underscores in guards

This commit is contained in:
greye 2012-09-23 22:11:08 +04:00
parent 807a56c9e4
commit c54750977f
48 changed files with 96 additions and 96 deletions

View file

@ -1,5 +1,5 @@
#ifndef _ESM_ATTR_H #ifndef OPENMW_ESM_ATTR_H
#define _ESM_ATTR_H #define OPENMW_ESM_ATTR_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_DEFS_H #ifndef OPENMW_ESM_DEFS_H
#define _ESM_DEFS_H #define OPENMW_ESM_DEFS_H
#include <libs/platform/stdint.h> #include <libs/platform/stdint.h>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_COMMON_H #ifndef OPENMW_ESM_COMMON_H
#define _ESM_COMMON_H #define OPENMW_ESM_COMMON_H
#include <libs/platform/stdint.h> #include <libs/platform/stdint.h>
#include <libs/platform/string.h> #include <libs/platform/string.h>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_READER_H #ifndef OPENMW_ESM_READER_H
#define _ESM_READER_H #define OPENMW_ESM_READER_H
#include <libs/platform/stdint.h> #include <libs/platform/stdint.h>
#include <libs/platform/string.h> #include <libs/platform/string.h>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_WRITER_H #ifndef OPENMW_ESM_WRITER_H
#define _ESM_WRITER_H #define OPENMW_ESM_WRITER_H
#include <iostream> #include <iostream>
#include <list> #include <list>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_ACTI_H #ifndef OPENMW_ESM_ACTI_H
#define _ESM_ACTI_H #define OPENMW_ESM_ACTI_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_ALCH_H #ifndef OPENMW_ESM_ALCH_H
#define _ESM_ALCH_H #define OPENMW_ESM_ALCH_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_APPA_H #ifndef OPENMW_ESM_APPA_H
#define _ESM_APPA_H #define OPENMW_ESM_APPA_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_ARMO_H #ifndef OPENMW_ESM_ARMO_H
#define _ESM_ARMO_H #define OPENMW_ESM_ARMO_H
#include <vector> #include <vector>
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_BODY_H #ifndef OPENMW_ESM_BODY_H
#define _ESM_BODY_H #define OPENMW_ESM_BODY_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_BOOK_H #ifndef OPENMW_ESM_BOOK_H
#define _ESM_BOOK_H #define OPENMW_ESM_BOOK_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_BSGN_H #ifndef OPENMW_ESM_BSGN_H
#define _ESM_BSGN_H #define OPENMW_ESM_BSGN_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CELL_H #ifndef OPENMW_ESM_CELL_H
#define _ESM_CELL_H #define OPENMW_ESM_CELL_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CLAS_H #ifndef OPENMW_ESM_CLAS_H
#define _ESM_CLAS_H #define OPENMW_ESM_CLAS_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CLOT_H #ifndef OPENMW_ESM_CLOT_H
#define _ESM_CLOT_H #define OPENMW_ESM_CLOT_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CONT_H #ifndef OPENMW_ESM_CONT_H
#define _ESM_CONT_H #define OPENMW_ESM_CONT_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CREA_H #ifndef OPENMW_ESM_CREA_H
#define _ESM_CREA_H #define OPENMW_ESM_CREA_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_CREC_H #ifndef OPENMW_ESM_CREC_H
#define _ESM_CREC_H #define OPENMW_ESM_CREC_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_DIAL_H #ifndef OPENMW_ESM_DIAL_H
#define _ESM_DIAL_H #define OPENMW_ESM_DIAL_H
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_DOOR_H #ifndef OPENMW_ESM_DOOR_H
#define _ESM_DOOR_H #define OPENMW_ESM_DOOR_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_ENCH_H #ifndef OPENMW_ESM_ENCH_H
#define _ESM_ENCH_H #define OPENMW_ESM_ENCH_H
#include "record.hpp" #include "record.hpp"
#include "effectlist.hpp" #include "effectlist.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_FACT_H #ifndef OPENMW_ESM_FACT_H
#define _ESM_FACT_H #define OPENMW_ESM_FACT_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_GLOB_H #ifndef OPENMW_ESM_GLOB_H
#define _ESM_GLOB_H #define OPENMW_ESM_GLOB_H
#include "record.hpp" #include "record.hpp"
#include "defs.hpp" #include "defs.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_GMST_H #ifndef OPENMW_ESM_GMST_H
#define _ESM_GMST_H #define OPENMW_ESM_GMST_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_INFO_H #ifndef OPENMW_ESM_INFO_H
#define _ESM_INFO_H #define OPENMW_ESM_INFO_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_INGR_H #ifndef OPENMW_ESM_INGR_H
#define _ESM_INGR_H #define OPENMW_ESM_INGR_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_LAND_H #ifndef OPENMW_ESM_LAND_H
#define _ESM_LAND_H #define OPENMW_ESM_LAND_H
#include <libs/platform/stdint.h> #include <libs/platform/stdint.h>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_LEVLISTS_H #ifndef OPENMW_ESM_LEVLISTS_H
#define _ESM_LEVLISTS_H #define OPENMW_ESM_LEVLISTS_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_LIGH_H #ifndef OPENMW_ESM_LIGH_H
#define _ESM_LIGH_H #define OPENMW_ESM_LIGH_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_LOCKS_H #ifndef OPENMW_ESM_LOCKS_H
#define _ESM_LOCKS_H #define OPENMW_ESM_LOCKS_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_LTEX_H #ifndef OPENMW_ESM_LTEX_H
#define _ESM_LTEX_H #define OPENMW_ESM_LTEX_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_MGEF_H #ifndef OPENMW_ESM_MGEF_H
#define _ESM_MGEF_H #define OPENMW_ESM_MGEF_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_MISC_H #ifndef OPENMW_ESM_MISC_H
#define _ESM_MISC_H #define OPENMW_ESM_MISC_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_NPC_H #ifndef OPENMW_ESM_NPC_H
#define _ESM_NPC_H #define OPENMW_ESM_NPC_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_NPCC_H #ifndef OPENMW_ESM_NPCC_H
#define _ESM_NPCC_H #define OPENMW_ESM_NPCC_H
#include "record.hpp" #include "record.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ESM_PGRD_H #ifndef OPENMW_ESM_PGRD_H
#define _ESM_PGRD_H #define OPENMW_ESM_PGRD_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_RACE_H #ifndef OPENMW_ESM_RACE_H
#define _ESM_RACE_H #define OPENMW_ESM_RACE_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_REGN_H #ifndef OPENMW_ESM_REGN_H
#define _ESM_REGN_H #define OPENMW_ESM_REGN_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SCPT_H #ifndef OPENMW_ESM_SCPT_H
#define _ESM_SCPT_H #define OPENMW_ESM_SCPT_H
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SKIL_H #ifndef OPENMW_ESM_SKIL_H
#define _ESM_SKIL_H #define OPENMW_ESM_SKIL_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SNDG_H #ifndef OPENMW_ESM_SNDG_H
#define _ESM_SNDG_H #define OPENMW_ESM_SNDG_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SOUN_H #ifndef OPENMW_ESM_SOUN_H
#define _ESM_SOUN_H #define OPENMW_ESM_SOUN_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SPEL_H #ifndef OPENMW_ESM_SPEL_H
#define _ESM_SPEL_H #define OPENMW_ESM_SPEL_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_SSCR_H #ifndef OPENMW_ESM_SSCR_H
#define _ESM_SSCR_H #define OPENMW_ESM_SSCR_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_STAT_H #ifndef OPENMW_ESM_STAT_H
#define _ESM_STAT_H #define OPENMW_ESM_STAT_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_WEAP_H #ifndef OPENMW_ESM_WEAP_H
#define _ESM_WEAP_H #define OPENMW_ESM_WEAP_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_RECORD_H #ifndef OPENMW_ESM_RECORD_H
#define _ESM_RECORD_H #define OPENMW_ESM_RECORD_H
#include <string> #include <string>

View file

@ -1,5 +1,5 @@
#ifndef _ESM_RECORDS_H #ifndef OPENMW_ESM_RECORDS_H
#define _ESM_RECORDS_H #define OPENMW_ESM_RECORDS_H
#include "record.hpp" #include "record.hpp"
#include "loadacti.hpp" #include "loadacti.hpp"