diff options
Diffstat (limited to 'common/fs.cpp')
-rw-r--r-- | common/fs.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/fs.cpp b/common/fs.cpp index 87067df2cc..3dc8c289aa 100644 --- a/common/fs.cpp +++ b/common/fs.cpp @@ -17,13 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ */ -#include "common/util.h" #include "common/system.h" +#include "common/textconsole.h" #include "backends/fs/abstract-fs.h" #include "backends/fs/fs-factory.h" |