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

@@ -25,7 +25,7 @@
#include "pch.h"
#include "jsobj.h"
#include "pdfile.h"
#include "namespace.h"
#include "namespace-inl.h"
#include "commands.h"
#include "cmdline.h"
#include "btree.h"