Skip to content

Commit

Permalink
Clean up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed May 3, 2015
1 parent 0d474b8 commit 002fbed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/neovimconnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <QtGlobal>
#include <QMetaMethod>
#include <QLocalSocket>
#include <QTcpSocket>
#include "msgpackrequest.h"
#include "neovimconnectorhelper.h"
#include "msgpackiodevice.h"
Expand Down
1 change: 0 additions & 1 deletion src/neovimconnector.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QAbstractSocket>
#include <QProcess>
#include <QTextCodec>
#include <QTcpSocket>
#include "function.h"
#include "auto/neovim.h"

Expand Down

0 comments on commit 002fbed

Please sign in to comment.