From 49bb43f6626b927b978eac765609844294523cad Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 9 Sep 2018 19:54:05 +0000 Subject: Standardise header guards. Using the full path including the repo name. --- toxcore/DHT.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/DHT.h') diff --git a/toxcore/DHT.h b/toxcore/DHT.h index 9f5f1ec7..cbe905ce 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h @@ -21,8 +21,8 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef DHT_H -#define DHT_H +#ifndef C_TOXCORE_TOXCORE_DHT_H +#define C_TOXCORE_TOXCORE_DHT_H #include "crypto_core.h" #include "logger.h" -- cgit v1.2.3