fix include guards

master
Daniel Kolesa 2015-06-28 16:04:49 +01:00
parent ba41989429
commit 94daa4f76b
17 changed files with 34 additions and 34 deletions

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_ALGORITHM_H
#define OCTA_ALGORITHM_H
#ifndef OCTA_ALGORITHM_HH
#define OCTA_ALGORITHM_HH
#include <math.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_ARRAY_H
#define OCTA_ARRAY_H
#ifndef OCTA_ARRAY_HH
#define OCTA_ARRAY_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_ATOMIC_H
#define OCTA_ATOMIC_H
#ifndef OCTA_ATOMIC_HH
#define OCTA_ATOMIC_HH
#include <stdint.h>
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_FUNCTIONAL_H
#define OCTA_FUNCTIONAL_H
#ifndef OCTA_FUNCTIONAL_HH
#define OCTA_FUNCTIONAL_HH
#include "octa/platform.hh"
#include "octa/new.hh"

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_INITIALIZER_LIST_H
#define OCTA_INITIALIZER_LIST_H
#ifndef OCTA_INITIALIZER_LIST_HH
#define OCTA_INITIALIZER_LIST_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_MAP_H
#define OCTA_MAP_H
#ifndef OCTA_MAP_HH
#define OCTA_MAP_HH
#include "octa/types.hh"
#include "octa/utility.hh"

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_MEMORY_H
#define OCTA_MEMORY_H
#ifndef OCTA_MEMORY_HH
#define OCTA_MEMORY_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_NEW_H
#define OCTA_NEW_H
#ifndef OCTA_NEW_HH
#define OCTA_NEW_HH
#ifndef OCTA_ALLOW_CXXSTD
#include "octa/types.hh"

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_PLATFORM_H
#define OCTA_PLATFORM_H
#ifndef OCTA_PLATFORM_HH
#define OCTA_PLATFORM_HH
#include <stdint.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_RANGE_H
#define OCTA_RANGE_H
#ifndef OCTA_RANGE_HH
#define OCTA_RANGE_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_SET_H
#define OCTA_SET_H
#ifndef OCTA_SET_HH
#define OCTA_SET_HH
#include "octa/types.hh"
#include "octa/utility.hh"

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_STREAM_H
#define OCTA_STREAM_H
#ifndef OCTA_STREAM_HH
#define OCTA_STREAM_HH
#include <stdio.h>
#include <sys/types.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_STRING_H
#define OCTA_STRING_H
#ifndef OCTA_STRING_HH
#define OCTA_STRING_HH
#include <stdio.h>
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_TYPE_TRAITS_H
#define OCTA_TYPE_TRAITS_H
#ifndef OCTA_TYPE_TRAITS_HH
#define OCTA_TYPE_TRAITS_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_TYPES_H
#define OCTA_TYPES_H
#ifndef OCTA_TYPES_HH
#define OCTA_TYPES_HH
#include <stdint.h>
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_UTILITY_H
#define OCTA_UTILITY_H
#ifndef OCTA_UTILITY_HH
#define OCTA_UTILITY_HH
#include <stddef.h>

View File

@ -3,8 +3,8 @@
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_VECTOR_H
#define OCTA_VECTOR_H
#ifndef OCTA_VECTOR_HH
#define OCTA_VECTOR_HH
#include <string.h>
#include <stddef.h>