]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/regex_search_example.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / regex_search_example.cpp
index 761a11b23942ebdb05a8135964e6cca60f58f3ae..ee9cd90fe82609bdd617fb58882a9527646f50dd 100644 (file)
@@ -16,9 +16,9 @@
   *   DESCRIPTION: regex_search example: searches a cpp file for class definitions.
   */
   
+#include <boost/regex.hpp>
 #include <string>
 #include <map>
-#include <boost/regex.hpp>
 
 // purpose:
 // takes the contents of a file in the form of a string