diff options
Diffstat (limited to 'options/options.hpp')
| -rw-r--r-- | options/options.hpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/options/options.hpp b/options/options.hpp index c1eed97c..a99d5c59 100644 --- a/options/options.hpp +++ b/options/options.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2016 Stanislaw Halik +/* Copyright (c) 2013-2017 Stanislaw Halik * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -6,15 +6,10 @@ */ #pragma once -#include "compat/ndebug-guard.hpp" - -#include "compat/util.hpp" - #include "defs.hpp" #include "bundle.hpp" -#include "group.hpp" #include "slider.hpp" #include "value.hpp" #include "tie.hpp" -#include "metatype.hpp" #include "scoped.hpp" +#include "globals.hpp" |
