This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
lokinet
Watch
2
Star
0
Fork
0
You've already forked lokinet
mirror of
https://github.com/oxen-io/lokinet.git
synced
2024-11-03 23:15:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b01e20b4cb
lokinet
/
llarp
/
dns
/
query.hpp
2 lines
13 B
C++
Raw
Normal View
History
Unescape
Escape
standardize include format and pragma once All #ifndef guards on headers have been removed, I think, in favor of #pragma once Headers are now included as `#include "filename"` if the included file resides in the same directory as the file including it, or any subdirectory therein. Otherwise they are included as `#include <project/top/dir/relative/path/filename>` The above does not include system/os headers.
2021-03-09 22:24:35 +00:00
#
pragma once
Reference in New Issue
Copy Permalink