Automatically (re)order include directives (GTK client) (#4475)

* Automatically (re)order include directives (GTK client)

Include our headers first to ease IWYU enforcement.

* Fix includes missing from headers (GTK client)

* Fix build on Mac after includes reordering
This commit is contained in:
Mike Gelfand
2022-12-26 13:13:21 -08:00
committed by GitHub
parent ab9e971903
commit 5fd0aff818
63 changed files with 473 additions and 425 deletions

View File

@@ -3,12 +3,12 @@
// or any future license endorsed by Mnemosyne LLC.
// License text can be found in the licenses/ folder.
#include <vector>
#include "PathButton.h"
#include <glibmm.h>
#include <glibmm/i18n.h>
#include "PathButton.h"
#include <vector>
class PathButton::Impl
{