Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrkm committed Sep 19, 2024
1 parent 9d7fc2c commit e4bb425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/dglib/include/dglib/DgPhysicalRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <dglib/DgBoundedRF.h>
#include <dglib/DgPhysicalRFBase.h>
#include <dglib/dgRF.h>
#include <dglib/DgRF.h>

class DgLocation;

Expand Down
2 changes: 1 addition & 1 deletion src/lib/dglib/include/dglib/DgPhysicalRF2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <dglib/DgBoundedRF2D.h>
#include <dglib/DgDiscRFS2D.h>
#include <dglib/dgF2D.h>
//#include <dglib/DgRF2D.h>
#include <dglib/DgIVec2D.h>
#include <dglib/DgPhysicalRF.h>

Expand Down

0 comments on commit e4bb425

Please sign in to comment.