Skip to content

Commit

Permalink
Use a name more reflective of temporary nature
Browse files Browse the repository at this point in the history
Looks like the old name was conflicting with libnmg's nmg.h, and anyway
this is supposed to act as a temporary catch-all while logic is being
reorganized so make that clearer with the name.
  • Loading branch information
starseeker committed Dec 2, 2024
1 parent 9a47f3a commit 2b7f3fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/ged/view/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ged_view_headers nmg.h matrix.h select.h state.h)
set(ged_view_headers ged_view_tmp.h matrix.h select.h state.h)
brlcad_manage_files(ged_view_headers ${INCLUDE_DIR}/brlcad/ged/view REQUIRED libged)

cmakefiles(
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/libged/vutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <string.h>

#include "./ged_private.h"
#include "ged/view/nmg.h"
#include "ged/view/ged_view_tmp.h"

int
_ged_do_rot(struct ged *gedp,
Expand Down
2 changes: 1 addition & 1 deletion src/mged/edsol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "rt/arb_edit.h"
#include "wdb.h"
#include "rt/db4.h"
#include "ged/view/nmg.h"
#include "ged/view/ged_view_tmp.h"

#include "./mged.h"
#include "./sedit.h"
Expand Down

0 comments on commit 2b7f3fe

Please sign in to comment.