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_XLS_XML_TOKENS_HPP 9 #define ORCUS_XLS_XML_TOKENS_HPP 10 11 #include "orcus/tokens.hpp" 12 13 namespace orcus { 14 15 extern tokens xls_xml_tokens; 16 17 } 18 19 #endif 20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 21