From 6031728e438feb9457596baae886c803883535e4 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 4 May 2018 18:45:37 +0200 Subject: Revert "Fix include order with clang-tidy check llvm-include-order" This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. --- src/live_effects/parameter/fontbutton.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/live_effects/parameter/fontbutton.cpp') diff --git a/src/live_effects/parameter/fontbutton.cpp b/src/live_effects/parameter/fontbutton.cpp index 337b1d7a4..49edb850a 100644 --- a/src/live_effects/parameter/fontbutton.cpp +++ b/src/live_effects/parameter/fontbutton.cpp @@ -4,14 +4,14 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "live_effects/effect.h" +#include +#include "ui/widget/registered-widget.h" #include "live_effects/parameter/fontbutton.h" -#include "svg/stringstream.h" -#include "svg/svg.h" +#include "live_effects/effect.h" #include "ui/widget/font-button.h" -#include "ui/widget/registered-widget.h" +#include "svg/svg.h" +#include "svg/stringstream.h" #include "verbs.h" -#include #include -- cgit v1.2.3