Fix inclusion of config.h, when I was writing this I added a relative path directly to acconf.h

Originally committed to SVN as r5316.
This commit is contained in:
Amar Takhar 2011-02-07 17:36:24 +00:00
parent a35962923f
commit 0a54e9ca06
1 changed files with 6 additions and 1 deletions

View File

@ -18,11 +18,16 @@
/// @brief Common paths.
/// @ingroup libaegisub
#include "../commit/acconf.h"
#include "config.h"
#ifndef LAGI_PRE
#include <string>
#endif
#include <libaegisub/path.h>
namespace agi {
const std::string Path::Data() {