Rename .h to .hpp
These files are C++ only. They should either have no extension like standard C++ headers (which is cumbersome on Windows environments), or .hpp. .h is used for C and hybrid C/C++ headers. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
261ad98812
commit
308f63490c
@ -8,18 +8,18 @@
|
||||
#define SECURITY_WIN32
|
||||
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h
|
||||
|
||||
#include <stdex/base64.h>
|
||||
#include <stdex/errno.h>
|
||||
#include <stdex/exception.h>
|
||||
#include <stdex/hex.h>
|
||||
#include <stdex/idrec.h>
|
||||
#include <stdex/interval.h>
|
||||
#include <stdex/mapping.h>
|
||||
#include <stdex/parser.h>
|
||||
#include <stdex/progress.h>
|
||||
#include <stdex/sal.h>
|
||||
#include <stdex/sgml.h>
|
||||
#include <stdex/string.h>
|
||||
#include <stdex/vector_queue.h>
|
||||
#include <stdex/base64.hpp>
|
||||
#include <stdex/errno.hpp>
|
||||
#include <stdex/exception.hpp>
|
||||
#include <stdex/hex.hpp>
|
||||
#include <stdex/idrec.hpp>
|
||||
#include <stdex/interval.hpp>
|
||||
#include <stdex/mapping.hpp>
|
||||
#include <stdex/parser.hpp>
|
||||
#include <stdex/progress.hpp>
|
||||
#include <stdex/sal.hpp>
|
||||
#include <stdex/sgml.hpp>
|
||||
#include <stdex/string.hpp>
|
||||
#include <stdex/vector_queue.hpp>
|
||||
|
||||
#include <CppUnitTest.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <assert.h>
|
||||
#include <cstdint>
|
||||
#include <string>
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <stdexcept>
|
||||
#include <cstring>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <exception>
|
||||
|
||||
namespace stdex
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <assert.h>
|
||||
#include <cstdint>
|
||||
#include <string>
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <ios>
|
||||
#include <istream>
|
||||
#include <ostream>
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
|
||||
namespace stdex
|
||||
{
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <vector>
|
||||
|
||||
namespace stdex
|
@ -5,11 +5,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "interval.h"
|
||||
#include "memory.h"
|
||||
#include "sal.h"
|
||||
#include "sgml.h"
|
||||
#include "string.h"
|
||||
#include "interval.hpp"
|
||||
#include "memory.hpp"
|
||||
#include "sal.hpp"
|
||||
#include "sgml.hpp"
|
||||
#include "string.hpp"
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
@ -5,8 +5,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "interval.h"
|
||||
#include "sal.hpp"
|
||||
#include "interval.hpp"
|
||||
#include <chrono>
|
||||
|
||||
namespace stdex
|
@ -5,10 +5,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "mapping.h"
|
||||
#include "sal.h"
|
||||
#include "sgml_unicode.h"
|
||||
#include "string.h"
|
||||
#include "mapping.hpp"
|
||||
#include "sal.hpp"
|
||||
#include "sgml_unicode.hpp"
|
||||
#include "string.hpp"
|
||||
#include <assert.h>
|
||||
|
||||
namespace stdex
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sal.h"
|
||||
#include "sal.hpp"
|
||||
|
||||
namespace stdex
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user