Remove unused formslc includes

LT1AB
Ryan Burns 2020-05-02 15:59:55 -07:00 committed by piyushrpt
parent 4f0a2f551c
commit fd963d3d21
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
#include <iostream>
#include <string>
#include <vector>
#include "LineAccessor.h"
using namespace std;
static const char * const __doc__ = "Python extension for formslc.F";

View File

@ -11,7 +11,6 @@
#ifndef formslcmodule_h
#define formslcmodule_h
#include "LineAccessor.h"
#include "formslcmoduleFortTrans.h"
#include <stdint.h>