]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGSmplhist.hxx
Some Linux platforms need <cstdio> for snprintf.
[simgear.git] / simgear / structure / SGSmplhist.hxx
index 36ddc502c8b83360fa7861c2fc1e7c31b3fd9353..9dee635b90e83b89853844bda7133eeba5808e33 100644 (file)
@@ -13,16 +13,10 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
-#ifdef HAVE_CONFIG_H
-#include <simgear_config.h>
-#endif
 #ifndef SampleHistogram_h
-#ifdef __GNUG__
-#pragma interface
-#endif
 #define SampleHistogram_h 1
 
 #include <iosfwd>
@@ -61,7 +55,7 @@ public:
 inline int SampleHistogram::buckets ()
 {
   return (howManyBuckets);
-};
+}
 
 inline double SampleHistogram::bucketThreshold (int i)
 {