diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-21 20:18:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-21 20:18:49 +0100 |
commit | 5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6 (patch) | |
tree | de140720dd68a03145c2d88f33cac57598d130b3 /iwyu.json | |
parent | First commit passing IWYU (diff) | |
download | libdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.tar.bz2 libdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.tar.xz libdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.zip |
Tidy up IWYU
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 50 |
1 files changed, 49 insertions, 1 deletions
@@ -19,7 +19,7 @@ "symbol": [ "boost::posix_time::time_duration", "private", - "<boost/date_time/posix_time/posix_time_types.hpp>", + "<boost/date_time/posix_time/posix_time.hpp>", "public" ] }, @@ -32,6 +32,22 @@ ] }, { + "include": [ + "@.field_types.h.", + "private", + "<mysql.h>", + "public" + ] + }, + { + "include": [ + "@.mysql_time.h.", + "private", + "<mysql.h>", + "public" + ] + }, + { "symbol": [ "free", "private", @@ -121,6 +137,38 @@ }, { "include": [ + "@<boost/date_time/gregorian/.*>", + "private", + "<boost/date_time/gregorian_calendar.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/date_time/time_.*>", + "private", + "<boost/date_time/time.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/date_time/posix_time/posix_time_.*>", + "private", + "<boost/date_time/posix_time/posix_time.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/date_time/posix_time/(ptime|conversion|time_(formatt|pars)ers).hpp>", + "private", + "<boost/date_time/posix_time/posix_time.hpp>", + "public" + ] + }, + { + "include": [ "@<boost/preprocessor/.*>", "private", "<boost/test/unit_test.hpp>", |