Revision: 68941
http://sourceforge.net/p/brlcad/code/68941
Author: brlcad
Date: 2016-09-30 04:18:28 +0000 (Fri, 30 Sep 2016)
Log Message:
-----------
private local headers come last unless it's an interface header (which comes
first after common.h)
Modified Paths:
--------------
brlcad/trunk/src/librt/tree.c
Modified: brlcad/trunk/src/librt/tree.c
===================================================================
--- brlcad/trunk/src/librt/tree.c 2016-09-30 04:15:54 UTC (rev 68940)
+++ brlcad/trunk/src/librt/tree.c 2016-09-30 04:18:28 UTC (rev 68941)
@@ -26,15 +26,15 @@
#include <string.h>
#include "bio.h"
-
-#include "cache.h"
#include "bu/parallel.h"
#include "vmath.h"
#include "bn.h"
#include "rt/db4.h"
#include "raytrace.h"
+#include "./cache.h"
+
#define ACQUIRE_SEMAPHORE_TREE(_hash) switch ((_hash)&03) { \
case 0: \
bu_semaphore_acquire(RT_SEM_TREE0); \
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits