Skip to content

Commit

Permalink
Merge pull request #17 from Rholais/patch-1
Browse files Browse the repository at this point in the history
Clean duplicated include file
  • Loading branch information
eder-matheus committed Apr 24, 2019
2 parents e537867 + 3ab9cf9 commit e360e14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rsyn/src/rsyn/io/reader/GenericReader.cpp
Expand Up @@ -22,7 +22,7 @@
/*
* File: GenericReader.cpp
* Author: mateus
*
*
* Created on 14 de Abril de 2017, 12:11
*/

Expand All @@ -40,7 +40,6 @@
#include "rsyn/model/routing/DefaultRoutingExtractionModel.h"
#include "rsyn/model/library/LibraryCharacterizer.h"
#include <Rsyn/PhysicalDesign>
#include <Rsyn/PhysicalDesign>
#include "rsyn/util/Stepwatch.h"
#include "rsyn/model/timing/Timer.h"
#include "rsyn/model/routing/RsttRoutingEstimatorModel.h"
Expand Down Expand Up @@ -514,4 +513,4 @@ void GenericReader::initializeAuxiliarInfrastructure() {
// // Jezz complete
//} // end method

} // end namespace
} // end namespace

0 comments on commit e360e14

Please sign in to comment.