diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-21 18:11:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 18:11:44 +0200 |
commit | 1fdaa473e0b54d2d8819da0a477dbaeed913e76f (patch) | |
tree | 1a7476ada7525420ac2542187aa8a95036fc63f1 /libgamma.hh | |
parent | Change license, improve makefile, remove dist/ (diff) | |
download | libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.gz libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.bz2 libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.xz |
Change style1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libgamma.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgamma.hh b/libgamma.hh index 0577902..63a8036 100644 --- a/libgamma.hh +++ b/libgamma.hh @@ -2,11 +2,8 @@ #ifndef LIBGAMMA_HH #define LIBGAMMA_HH - #include "libgamma-error.hh" #include "libgamma-method.hh" #include "libgamma-facade.hh" - #endif - |