diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-18 01:41:57 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-18 01:41:57 +0100 |
| commit | 9ca25eedddf28c8ab378a8ff6cbf6991ff0ef3c7 (patch) | |
| tree | 673189f4efd483461233fcf6c8292cfa8f806ca7 /eurephiadm | |
| parent | 0a8ea6be0a48353ee81641f6553c59f9e1728162 (diff) | |
Removed everything which was connected to the eurephiaUSERINFO struct.
Diffstat (limited to 'eurephiadm')
| -rw-r--r-- | eurephiadm/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | eurephiadm/commands/users.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt index ee5f57b..1a09b33 100644 --- a/eurephiadm/CMakeLists.txt +++ b/eurephiadm/CMakeLists.txt @@ -14,7 +14,6 @@ SET(efw_ipt_SRC ../common/eurephia_getsym.c ../common/eurephia_values.c ../common/eurephiadb_session_common.c - ../common/eurephia_admin_common.c ../common/eurephia_xml.c ../common/passwd.c ../common/sha512.c diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c index cb876a3..8fc2c7b 100644 --- a/eurephiadm/commands/users.c +++ b/eurephiadm/commands/users.c @@ -37,7 +37,6 @@ #include <eurephia_values_struct.h> #include <eurephiadb_session_struct.h> #include <eurephia_admin_struct.h> -#include <eurephia_admin_common.h> #include <eurephiadb_mapping.h> #include <eurephiadb_driver.h> |
