Col*: Moved include to top of list, per flint++ recommendation

This commit is contained in:
Paul Beckingham 2015-11-01 19:47:20 -05:00
parent db49efd72f
commit aceebb0723
17 changed files with 17 additions and 17 deletions

View file

@ -25,9 +25,9 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColScheduled.h>
#include <stdlib.h>
#include <Context.h>
#include <ColScheduled.h>
#include <text.h>
#include <i18n.h>