Remove <sys/param.h> and <sys/mount.h> from common/util.cpp this stems from my accident involving placing code meant for unix/util.cpp into unix/common.cpp which was partially fixed in r5366.

Originally committed to SVN as r5371.
This commit is contained in:
Amar Takhar 2011-02-23 03:34:23 +00:00
parent 96f24d6c25
commit c53492edcd

View file

@ -19,9 +19,6 @@
/// @ingroup libaegisub
#ifndef LAGI_PRE
#include <sys/param.h>
#include <sys/mount.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>