1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6  */
7 
8 #ifndef __ORCUS_OPC_TOKEN_CONSTANTS_HPP__
9 #define __ORCUS_OPC_TOKEN_CONSTANTS_HPP__
10 
11 #include "orcus/types.hpp"
12 
13 namespace orcus {
14 
15 #include "opc_token_constants.inl"
16 
17 }
18 
19 #endif
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
21