Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
don't need std::iostream anymore. move std::exception into source header
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat committed Jan 25, 2015
1 parent 5665b33 commit 1c0e5f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lingoes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <QDataStream>
#include <QTextStream>
#include <QtEndian>
#include <iostream>
#include <exception>

Lingoes::Lingoes(const QString &openFile)
{
Expand Down
1 change: 0 additions & 1 deletion lingoes.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <QObject>
#include <QTextDecoder>
#include <QTextCodec>
#include <exception>

class Lingoes : public QObject
{
Expand Down

0 comments on commit 1c0e5f0

Please sign in to comment.