1// 2// Copyright (C) 2004 Stefan Seefeld 3// All rights reserved. 4// Licensed to the public under the terms of the GNU LGPL (>= 2), 5// see the file COPYING for details. 6// 7#ifndef Synopsis_PTree_hh_ 8#define Synopsis_PTree_hh_ 9 10#include <Synopsis/PTree/Encoding.hh> 11#include <Synopsis/PTree/Node.hh> 12#include <Synopsis/PTree/operations.hh> 13#include <Synopsis/PTree/Atoms.hh> 14#include <Synopsis/PTree/Lists.hh> 15#include <Synopsis/PTree/TypeVisitor.hh> 16 17#endif