CppCMS
|
00001 // 00002 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) 00003 // 00004 // Distributed under the Boost Software License, Version 1.0. (See 00005 // accompanying file LICENSE_1_0.txt or copy at 00006 // http://www.boost.org/LICENSE_1_0.txt) 00007 // 00008 #ifndef BOOSTER_LOCALE_BOUNDARY_H_INCLUDED 00009 #define BOOSTER_LOCALE_BOUNDARY_H_INCLUDED 00010 00011 #include <booster/locale/boundary/types.h> 00012 #include <booster/locale/boundary/facets.h> 00013 #include <booster/locale/boundary/segment.h> 00014 #include <booster/locale/boundary/boundary_point.h> 00015 #include <booster/locale/boundary/index.h> 00016 00017 #endif 00018 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4