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/Messenger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/Messenger.h') diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 09f631ff..b2de6a5a 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h @@ -22,8 +22,8 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef MESSENGER_H -#define MESSENGER_H +#ifndef C_TOXCORE_TOXCORE_MESSENGER_H +#define C_TOXCORE_TOXCORE_MESSENGER_H #include "friend_connection.h" #include "friend_requests.h" -- cgit v1.2.3