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 9695b29 commit 5c1ad88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/terralib/kernel/TeUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* 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 @@ -33,6 +29,9 @@
#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 5c1ad88

Please sign in to comment.