From 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 21 Jan 2013 21:50:36 -0800 Subject: Remove unnecessary includes, speeding up recompilation --- src/common/lock.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/lock.hpp') diff --git a/src/common/lock.hpp b/src/common/lock.hpp index 8b444f4..f7ce2d8 100644 --- a/src/common/lock.hpp +++ b/src/common/lock.hpp @@ -1,8 +1,12 @@ #ifndef LOCK_HPP #define LOCK_HPP +#include "sanity.hpp" + #include +// TODO replace with a class + /// Locked FILE I/O // Changes are made in a separate file until lock_fclose FILE *lock_fopen(const char *filename, int *info); -- cgit v1.2.3-70-g09d2