Revision: 56961
http://sourceforge.net/p/brlcad/code/56961
Author: brlcad
Date: 2013-08-19 18:40:16 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
common.h should be included before any system headers
Modified Paths:
--------------
brlcad/trunk/src/conv/iges/brlcad_brep.cpp
brlcad/trunk/src/conv/step/BSplineSurface.h
brlcad/trunk/src/conv/step/CartesianPoint.h
brlcad/trunk/src/conv/step/Face.h
brlcad/trunk/src/conv/step/Path.h
brlcad/trunk/src/fbed/squash.c
brlcad/trunk/src/libbrep/libbrep_brep_tools.h
brlcad/trunk/src/libbrep/opennurbs_fit.cpp
Modified: brlcad/trunk/src/conv/iges/brlcad_brep.cpp
===================================================================
--- brlcad/trunk/src/conv/iges/brlcad_brep.cpp 2013-08-19 18:37:33 UTC (rev
56960)
+++ brlcad/trunk/src/conv/iges/brlcad_brep.cpp 2013-08-19 18:40:16 UTC (rev
56961)
@@ -18,6 +18,8 @@
* information.
*/
+#include "common.h"
+
#include <assert.h>
#include "brlcad_brep.hpp"
Modified: brlcad/trunk/src/conv/step/BSplineSurface.h
===================================================================
--- brlcad/trunk/src/conv/step/BSplineSurface.h 2013-08-19 18:37:33 UTC (rev
56960)
+++ brlcad/trunk/src/conv/step/BSplineSurface.h 2013-08-19 18:40:16 UTC (rev
56961)
@@ -26,6 +26,8 @@
#ifndef BSPLINESURFACE_H_
#define BSPLINESURFACE_H_
+#include "common.h"
+
#include <list>
#include "BoundedSurface.h"
Modified: brlcad/trunk/src/conv/step/CartesianPoint.h
===================================================================
--- brlcad/trunk/src/conv/step/CartesianPoint.h 2013-08-19 18:37:33 UTC (rev
56960)
+++ brlcad/trunk/src/conv/step/CartesianPoint.h 2013-08-19 18:40:16 UTC (rev
56961)
@@ -26,6 +26,8 @@
#ifndef CARTESIANPOINT_H_
#define CARTESIANPOINT_H_
+#include "common.h"
+
#include <Point.h>
class CartesianPoint: public Point
Modified: brlcad/trunk/src/conv/step/Face.h
===================================================================
--- brlcad/trunk/src/conv/step/Face.h 2013-08-19 18:37:33 UTC (rev 56960)
+++ brlcad/trunk/src/conv/step/Face.h 2013-08-19 18:40:16 UTC (rev 56961)
@@ -27,6 +27,8 @@
#ifndef FACE_H_
#define FACE_H_
+#include "common.h"
+
#include <list>
#include "TopologicalRepresentationItem.h"
Modified: brlcad/trunk/src/conv/step/Path.h
===================================================================
--- brlcad/trunk/src/conv/step/Path.h 2013-08-19 18:37:33 UTC (rev 56960)
+++ brlcad/trunk/src/conv/step/Path.h 2013-08-19 18:40:16 UTC (rev 56961)
@@ -27,6 +27,8 @@
#ifndef PATH_H_
#define PATH_H_
+#include "common.h"
+
#include <list>
#include "TopologicalRepresentationItem.h"
Modified: brlcad/trunk/src/fbed/squash.c
===================================================================
--- brlcad/trunk/src/fbed/squash.c 2013-08-19 18:37:33 UTC (rev 56960)
+++ brlcad/trunk/src/fbed/squash.c 2013-08-19 18:40:16 UTC (rev 56961)
@@ -18,13 +18,18 @@
* information.
*/
/** @file fbed/squash.c
- * Author: Gary S. Moss
- */
-/*
+ *
* squash.c - Filter super-sampled image for one scan line
+ *
*/
+
+#include "common.h"
+
#include <stdio.h>
+
#include "./std.h"
+
+
#define DEBUG_SQUASH false
/* Cone filtering weights.
* #define CNTR_WT 0.23971778
Modified: brlcad/trunk/src/libbrep/libbrep_brep_tools.h
===================================================================
--- brlcad/trunk/src/libbrep/libbrep_brep_tools.h 2013-08-19 18:37:33 UTC
(rev 56960)
+++ brlcad/trunk/src/libbrep/libbrep_brep_tools.h 2013-08-19 18:40:16 UTC
(rev 56961)
@@ -27,11 +27,14 @@
#ifndef __LIBBREP_BREP_TOOLS
#define __LIBBREP_BREP_TOOLS
+#include "common.h"
+
#include <vector>
#include "opennurbs.h"
#include "brep.h"
+
/* Directions */
#ifndef NE
# define NE 1
Modified: brlcad/trunk/src/libbrep/opennurbs_fit.cpp
===================================================================
--- brlcad/trunk/src/libbrep/opennurbs_fit.cpp 2013-08-19 18:37:33 UTC (rev
56960)
+++ brlcad/trunk/src/libbrep/opennurbs_fit.cpp 2013-08-19 18:40:16 UTC (rev
56961)
@@ -36,16 +36,21 @@
*
*/
+#include "common.h"
+
#include <iostream>
#include <stdexcept>
#include <map>
#include <algorithm>
+
#include "opennurbs_fit.h"
#include "bu.h"
#include "vmath.h"
+
using namespace on_fit;
+
// ************************
// * from nurbs_tools.cpp *
// ************************
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits