mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
vere: mv ivory header out of ur
This commit is contained in:
parent
bd67814a95
commit
f47b77faae
@ -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 */
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#include "ur/ivory.h"
|
#include "vere/ivory.h"
|
||||||
|
|
||||||
#include "ivory_impl.h"
|
#include "ivory_impl.h"
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user