diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-28 21:25:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-28 21:25:51 +0200 |
commit | 403f3aae4d7e72301c646781686692815c7c3884 (patch) | |
tree | 1a0a101954512dcf01255261dba283483f9b81f9 /src | |
parent | improve makefile (diff) | |
download | mds-403f3aae4d7e72301c646781686692815c7c3884.tar.gz mds-403f3aae4d7e72301c646781686692815c7c3884.tar.bz2 mds-403f3aae4d7e72301c646781686692815c7c3884.tar.xz |
put mds-registry in its own directory
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mds-registry/mds-registry.c (renamed from src/mds-registry.c) | 0 | ||||
-rw-r--r-- | src/mds-registry/mds-registry.h (renamed from src/mds-registry.h) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-registry.c b/src/mds-registry/mds-registry.c index b0c6962..b0c6962 100644 --- a/src/mds-registry.c +++ b/src/mds-registry/mds-registry.c diff --git a/src/mds-registry.h b/src/mds-registry/mds-registry.h index 2f40f31..6f9355d 100644 --- a/src/mds-registry.h +++ b/src/mds-registry/mds-registry.h @@ -19,7 +19,7 @@ #define MDS_MDS_REGISTRY_H -#include "mds-base.h" +#include "../mds-base.h" #include <stdint.h> |