X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest%2Fmain%2Fmain.cpp;h=58fd6417127827ddb048238ca1b84e65f3e54a83;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hp=08adf1035b65c0eaf89cb709bc9fb347eb722c8c;hpb=8f2ee00f4edef1693628d3af0bdee84d725eb754;p=quassel.git diff --git a/src/test/main/main.cpp b/src/test/main/main.cpp index 08adf103..58fd6417 100644 --- a/src/test/main/main.cpp +++ b/src/test/main/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,11 +20,11 @@ #include "test-main-export.h" -#include - #include -TEST_MAIN_EXPORT int main(int argc, char **argv) +#include + +TEST_MAIN_EXPORT int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); QCoreApplication app(argc, argv);