diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index 05f3010..12073f7 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "build/build_config.h" +#include "base/path_service.h" #ifdef OS_WIN #include <windows.h> @@ -36,11 +36,9 @@ #endif #include "base/hash_tables.h" -#include "base/path_service.h" - +#include "base/file_util.h" #include "base/lock.h" #include "base/logging.h" -#include "base/file_util.h" #include "base/string_util.h" namespace base { |