summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/src/option_enum.h.in
blob: e50a9281df7eb0e9aa089567354d639bb0bbf3c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##BANNER##
#ifndef OPTION_ENUM_H_INCLUDED
#define OPTION_ENUM_H_INCLUDED

#include "option.h"

#ifdef IGNORE // WinBase.h
#undef IGNORE
#endif

namespace uncrustify
{

##ALIASES##
} // namespace uncrustify

#endif /* OPTION_ENUM_H_INCLUDED */