Skip to content

Commit

Permalink
reorder header for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 1, 2024
1 parent 5c1ad88 commit 1387b04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/terralib/kernel/TeUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* does it submit to any jurisdiction.
*/

#include "TeUtils.h"
#include "TeDefines.h"
#include "TeException.h"

#include <ctype.h>
#include <stdio.h>
#include <cstdlib>
Expand All @@ -29,9 +33,6 @@
#error "Unsuported plataform for physical memory checking"
#endif

#include "TeUtils.h"
#include "TeDefines.h"
#include "TeException.h"

string Te2String(const int value) {
char name[TeNAME_LENGTH];
Expand Down

0 comments on commit 1387b04

Please sign in to comment.