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_SymbolLookup_hh_ 8#define Synopsis_SymbolLookup_hh_ 9 10#include <Synopsis/SymbolLookup/Symbol.hh> 11#include <Synopsis/SymbolLookup/Scope.hh> 12#include <Synopsis/SymbolLookup/Scopes.hh> 13#include <Synopsis/SymbolLookup/Walker.hh> 14 15#endif