lokinet/llarp/util
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
..
logging standardize include format and pragma once 2021-03-09 19:01:41 -05:00
meta standardize include format and pragma once 2021-03-09 19:01:41 -05:00
thread standardize include format and pragma once 2021-03-09 19:01:41 -05:00
aligned.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bencode.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bencode.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bencode.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bits.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
buffer.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
buffer.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
codel.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
common.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
compare_ptr.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
copy_or_nullptr.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
decaying_hashset.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
decaying_hashtable.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
endian.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
fs.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
fs.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
json.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
json.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
lokinet_init.c standardize include format and pragma once 2021-03-09 19:01:41 -05:00
lokinet_init.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
printer.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
printer.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
status.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
str.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
str.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
time.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
time.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
types.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00