Browse Source

cmFortranParserImpl: remove unnecessary include

Daniel Pfeifer 8 years ago
parent
commit
ab5f4e81f3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmFortranParserImpl.cxx

+ 0 - 1
Source/cmFortranParserImpl.cxx

@@ -1,7 +1,6 @@
 /* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #include "cmFortranParser.h"
-#include "cmFortranLexer.h"
 #include "cmSystemTools.h"
 
 #include <assert.h>