From a6b39c1d4f0ee0c9d6ffae14de20188d1dedb2ea Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Jan 2017 14:30:18 +0100 Subject: added hdid implementation for linux and did more work on courtroom --- path_functions.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'path_functions.cpp') diff --git a/path_functions.cpp b/path_functions.cpp index 46f80ef3..7afd923a 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -1,6 +1,5 @@ #include "aoapplication.h" -#include "global_variables.h" #include "text_file_functions.h" #include -- cgit From 9682087667e2de26e14406efde960b8c7f0c3c98 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Fri, 27 Jan 2017 01:17:33 +0100 Subject: implemented ooc chat and cleaned up some old headers --- path_functions.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'path_functions.cpp') diff --git a/path_functions.cpp b/path_functions.cpp index 7afd923a..5b9e92ee 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -1,7 +1,5 @@ #include "aoapplication.h" -#include "text_file_functions.h" - #include #include -- cgit