1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Refactoring header layout

This commit is contained in:
paboyle
2017-02-22 18:09:33 +00:00
parent aac80cbb44
commit 4e7ab3166f
89 changed files with 637 additions and 636 deletions

5
lib/util/Util.h Normal file
View File

@ -0,0 +1,5 @@
#ifndef GRID_UTIL_H
#define GRID_UTIL_H
#include <Grid/util/Lexicographic.h>
#include <Grid/util/Init.h>
#endif