summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-04 18:09:51 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-05 23:34:40 +0300
commit45c911a9207c89b525087a5feb7928899d1346f9 (patch)
tree853d1263d8c12db3e4443af1eb44dd4ff9b7dabd /src/common.c
parenta82520689f1d2ccf58a3f49be5e3d9a0f4ae909a (diff)
Rename ‘com_local.h’ into ‘common.h’.
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index a38e804..28b007b 100644
--- a/src/common.c
+++ b/src/common.c
@@ -17,8 +17,12 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+//
// common.c -- misc functions used in client and server
-#include "com_local.h"
+//
+
+#include "common.h"
#include "files.h"
#include "protocol.h"
#include "q_msg.h"