mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user