2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

include order according to Python's rules

[SVN r30242]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2005-07-26 01:19:18 +00:00
parent affd36e857
commit ad635ec2d1

View File

@@ -1,6 +1,6 @@
#include <vector>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <vector>
using namespace boost::python;