summaryrefslogtreecommitdiff
path: root/toxcore/list.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxcore/list.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxcore/list.h')
-rw-r--r--toxcore/list.h4
1 files changed, 2 insertions, 2 deletions
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 @@
23 * You should have received a copy of the GNU General Public License 23 * You should have received a copy of the GNU General Public License
24 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 24 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
25 */ 25 */
26#ifndef LIST_H 26#ifndef C_TOXCORE_TOXCORE_LIST_H
27#define LIST_H 27#define C_TOXCORE_TOXCORE_LIST_H
28 28
29#include <stdint.h> 29#include <stdint.h>
30 30