/* This file is part of the syndication library SPDX-FileCopyrightText: 2006 Frank Osterfeld SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef SYNDICATION_ATOM_ATOM_H #define SYNDICATION_ATOM_ATOM_H #include #include #include #include #include #include #include #include #include #include namespace Syndication { /** * Atom parser and model classes, representing * Atom 1.0 documents (Atom 0.3 documents are * converted by the parser) */ namespace Atom { } } #endif // SYNDICATION_ATOM_ATOM_H