10 lines
166 B
C
10 lines
166 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include "Fastor/util/timeit.h"
|
|
#include "Fastor/util/print.h"
|
|
#include "Fastor/util/write.h"
|
|
#include "Fastor/util/types.h"
|
|
|
|
#endif
|