Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed May 17, 2024
1 parent 00e09fa commit 5429651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions GUI/graphicswidget.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//#define A_TMP_BENCHMARK

#include "graphicswidget.h"
#include <QtGlobal>
#include <QVBoxLayout>
Expand Down Expand Up @@ -27,10 +29,10 @@
#include "aliza.h"
#include "updateqtcommand.h"
#include <climits>
#include <chrono>
#include <utility>

//#define A_TMP_BENCHMARK
#ifdef A_TMP_BENCHMARK
#include <chrono>
#endif

namespace
{
Expand Down
1 change: 0 additions & 1 deletion GUI/studygraphicswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "updateqtcommand.h"
#include "imagesbox.h"
#include <climits>
#include <chrono>
#include <utility>

namespace
Expand Down

0 comments on commit 5429651

Please sign in to comment.