gapk/include/osmocom/gapk
Vadim Yanitskiy 5f941573b0 Use '#pragma once' instead of include guard
The most compilers today do support the '#pragma once', which is
designed to cause the current source file to be included only once
in a single compilation. One has several advantages, including:
less code, avoidance of name clashes, and sometimes improvement
in compilation speed.

See: https://en.wikipedia.org/wiki/Pragma_once for details.
2017-12-31 12:20:59 +01:00
..
benchmark.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
codecs.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
formats.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
get_cycles.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
procqueue.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
utils.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00