Skip to content

Commit

Permalink
fix incorrect #include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Aug 21, 2023
1 parent c14f996 commit 49e28e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion six/modules/python/cphd03/source/generated/cphd03_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,7 @@ namespace swig
}


#include "numpyutils/AutoPtr.h"
#include "mem/AutoPtr.h"
#include "import/types.h"
#include "import/cphd.h"
#include "import/cphd03.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3434,7 +3434,7 @@ namespace swig {
#include <utility>


#include "numpyutils/AutoPtr.h"
#include "mem/AutoPtr.h"
#include "import/mem.h"
#include "import/six.h"
#include "import/six/sicd.h"
Expand Down

0 comments on commit 49e28e2

Please sign in to comment.