Skip to content

Commit

Permalink
Add "IWYU pragma: export" in url.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 17, 2024
1 parent 04f5807 commit fb6a7fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/upa/url.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

#include "buffer.h"
#include "config.h"
#include "str_arg.h"
#include "url_host.h"
#include "url_percent_encode.h"
#include "url_result.h"
#include "url_search_params.h"
#include "url_version.h"
#include "str_arg.h" // IWYU pragma: export
#include "url_host.h" // IWYU pragma: export
#include "url_percent_encode.h" // IWYU pragma: export
#include "url_result.h" // IWYU pragma: export
#include "url_search_params.h" // IWYU pragma: export
#include "url_version.h" // IWYU pragma: export
#include "util.h"
#include <algorithm>
#include <array>
Expand Down

0 comments on commit fb6a7fe

Please sign in to comment.