CppCMS
boundary.h
1 //
2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 #ifndef BOOSTER_LOCALE_BOUNDARY_H_INCLUDED
9 #define BOOSTER_LOCALE_BOUNDARY_H_INCLUDED
10 
11 #include <booster/locale/boundary/types.h>
12 #include <booster/locale/boundary/facets.h>
13 #include <booster/locale/boundary/segment.h>
14 #include <booster/locale/boundary/boundary_point.h>
15 #include <booster/locale/boundary/index.h>
16 
17 #endif
18 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4