lokinet/llarp/dht
Thomas Winget 7caa87862e 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 19:01:41 -05:00
..
messages standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bucket.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
context.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
context.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
dht.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
dht.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
explorenetworkjob.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
explorenetworkjob.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
kademlia.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
key.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localrouterlookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localrouterlookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localserviceaddresslookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localserviceaddresslookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localtaglookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
localtaglookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
message.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
message.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
node.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
publishservicejob.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
publishservicejob.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
recursiverouterlookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
recursiverouterlookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
serviceaddresslookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
serviceaddresslookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
taglookup.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
taglookup.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
tx.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
txholder.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
txowner.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00