Fix multiple-including.
This commit is contained in:
parent
b9a75a320f
commit
935d5635e5
5 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
/// Holds base64 decoding and encoding functions.
|
/// Holds base64 decoding and encoding functions.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/// \file config.h
|
/// \file config.h
|
||||||
/// Contains generic function headers for managing configuration.
|
/// Contains generic function headers for managing configuration.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define STRINGIFY(x) #x
|
#define STRINGIFY(x) #x
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/// \file json.h Holds all JSON-related headers.
|
/// \file json.h Holds all JSON-related headers.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/// \file procs.h
|
/// \file procs.h
|
||||||
/// Contains generic function headers for managing processes.
|
/// Contains generic function headers for managing processes.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Add table
Reference in a new issue