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/list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/list.h') diff --git a/toxcore/list.h b/toxcore/list.h index 6ec67505..c9c72c2a 100644 --- a/toxcore/list.h +++ b/toxcore/list.h @@ -23,8 +23,8 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef LIST_H -#define LIST_H +#ifndef C_TOXCORE_TOXCORE_LIST_H +#define C_TOXCORE_TOXCORE_LIST_H #include -- cgit v1.2.3