mirror of https://github.com/AxioDL/jbus.git
Convert to pragma once
This commit is contained in:
parent
349263a88c
commit
500f88d7a7
|
@ -1,5 +1,4 @@
|
||||||
#ifndef JBUS_COMMON_HPP
|
#pragma once
|
||||||
#define JBUS_COMMON_HPP
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -185,4 +184,3 @@ void Initialize();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // JBUS_COMMON_HPP
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef JBUS_ENDPOINT_HPP
|
#pragma once
|
||||||
#define JBUS_ENDPOINT_HPP
|
|
||||||
|
|
||||||
#include "Common.hpp"
|
#include "Common.hpp"
|
||||||
#include "Socket.hpp"
|
#include "Socket.hpp"
|
||||||
|
@ -281,4 +280,3 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // JBUS_ENDPOINT_HPP
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef JBUS_LISTENER_HPP
|
#pragma once
|
||||||
#define JBUS_LISTENER_HPP
|
|
||||||
|
|
||||||
#include "Common.hpp"
|
#include "Common.hpp"
|
||||||
#include "Socket.hpp"
|
#include "Socket.hpp"
|
||||||
|
@ -41,4 +40,3 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // JBUS_LISTENER_HPP
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef JBUS_SOCKET_HPP
|
#pragma once
|
||||||
#define JBUS_SOCKET_HPP
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -101,4 +100,3 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // ATHENA_SOCKET_HPP
|
|
||||||
|
|
Loading…
Reference in New Issue