move inl header inclusion to top

This commit is contained in:
Dwight
2010-11-04 09:07:28 -04:00
parent 0648d61288
commit 48ae1fddaf
15 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
*/
#include "pch.h"
#include "../namespace.h"
#include "../namespace-inl.h"
#include "../jsobj.h"
#include "../index.h"
#include "../../util/unittest.h"