Skip to content

Commit

Permalink
delete cephes_names.h to remove collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 17, 2024
1 parent 1979f02 commit 6cc16a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 117 deletions.
1 change: 0 additions & 1 deletion gtsam/3rdparty/cephes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ project(

set(CEPHES_HEADER_FILES
cephes.h
cephes/cephes_names.h
cephes/dd_idefs.h
cephes/dd_real.h
cephes/dd_real_idefs.h
Expand Down
1 change: 0 additions & 1 deletion gtsam/3rdparty/cephes/cephes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef CEPHES_H
#define CEPHES_H

#include "cephes/cephes_names.h"
#include "dllexport.h"

#ifdef __cplusplus
Expand Down
114 changes: 0 additions & 114 deletions gtsam/3rdparty/cephes/cephes/cephes_names.h

This file was deleted.

1 change: 0 additions & 1 deletion gtsam/3rdparty/cephes/cephes/mconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include <math.h>
#include <stdlib.h>

#include "cephes_names.h"
#include "cephes.h"
#include "polevl.h"
#include "sf_error.h"
Expand Down

0 comments on commit 6cc16a3

Please sign in to comment.