Skip to content

Commit

Permalink
Remove unused Qt headers from AutoGTP.
Browse files Browse the repository at this point in the history
We no longer need most of them and Uuid handling is limited to Game.cpp.
  • Loading branch information
Arseny Krasutsky authored and gcp committed Nov 17, 2017
1 parent 05b0409 commit c0697e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autogtp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@
#include <QtCore/QTimer>
#include <QtCore/QTextStream>
#include <QtCore/QStringList>
#include <QtCore/QPair>
#include <QtCore/QVector>
#include <QProcess>
#include <QFile>
#include <QDir>
#include <QRegularExpression>
#include <QUuid>
#include <QDebug>
#include <iostream>
#include "Game.h"
Expand Down

0 comments on commit c0697e2

Please sign in to comment.