vere: mv ivory header out of ur

This commit is contained in:
Jōshin 2022-02-04 13:04:18 -06:00
parent bd67814a95
commit f47b77faae
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0
5 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,6 @@
#include "ur/defs.h" #include "ur/defs.h"
#include "ur/bitstream.h" #include "ur/bitstream.h"
#include "ur/hashcons.h" #include "ur/hashcons.h"
#include "ur/ivory.h"
#include "ur/serial.h" #include "ur/serial.h"
#endif /* ifndef UR_H */ #endif /* ifndef UR_H */

View File

@ -1,6 +1,7 @@
#include "all.h" #include "all.h"
#include "vere/vere.h"
#include "ur/ur.h" #include "ur/ur.h"
#include "vere/ivory.h"
#include "vere/vere.h"
/* _setup(): prepare for tests. /* _setup(): prepare for tests.
*/ */

View File

@ -1,3 +1,3 @@
#include "ur/ivory.h" #include "vere/ivory.h"
#include "ivory_impl.h" #include "ivory_impl.h"

View File

@ -3,8 +3,9 @@
** the main loop of the daemon process ** the main loop of the daemon process
*/ */
#include "all.h" #include "all.h"
#include "vere/vere.h"
#include "ur/ur.h" #include "ur/ur.h"
#include "vere/ivory.h"
#include "vere/vere.h"
#include <curl/curl.h> #include <curl/curl.h>
#include <uv.h> #include <uv.h>