Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-12-26 21:25:17 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-26 21:25:17 +0300
commitf78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb (patch)
treeb60a385484bbf8b8dfd8547b0510d63a10db5fb9 /intern/memutil
parent331fffaecb45371875d60f015da24c911da8e42e (diff)
WooHoo me again ;)
I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif Kent -- mein@cs.umn.edu
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/MEM_NonCopyable.h5
-rw-r--r--intern/memutil/MEM_RefCountPtr.h4
-rw-r--r--intern/memutil/MEM_RefCounted.h4
-rw-r--r--intern/memutil/MEM_RefCountedC-Api.h5
-rw-r--r--intern/memutil/MEM_SmartPtr.h4
5 files changed, 0 insertions, 22 deletions
diff --git a/intern/memutil/MEM_NonCopyable.h b/intern/memutil/MEM_NonCopyable.h
index 635c61704cd..aa6fe24b6fb 100644
--- a/intern/memutil/MEM_NonCopyable.h
+++ b/intern/memutil/MEM_NonCopyable.h
@@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_NonCopyable_h
#define NAN_INCLUDED_NonCopyable_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
/**
* Simple class that makes sure sub classes cannot
* generate standard copy constructors.
diff --git a/intern/memutil/MEM_RefCountPtr.h b/intern/memutil/MEM_RefCountPtr.h
index 8f90226688b..1828fcc3edd 100644
--- a/intern/memutil/MEM_RefCountPtr.h
+++ b/intern/memutil/MEM_RefCountPtr.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MEM_RefCountPtr_h
#define NAN_INCLUDED_MEM_RefCountPtr_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index b72ba6590f9..f4699030ecd 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -40,10 +40,6 @@
#ifndef _H_MEM_REF_COUNTED
#define _H_MEM_REF_COUNTED
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/**
* An object with reference counting.
* Base class for objects with reference counting.
diff --git a/intern/memutil/MEM_RefCountedC-Api.h b/intern/memutil/MEM_RefCountedC-Api.h
index 373042ba350..0bba70388c5 100644
--- a/intern/memutil/MEM_RefCountedC-Api.h
+++ b/intern/memutil/MEM_RefCountedC-Api.h
@@ -41,11 +41,6 @@
#ifndef _H_MEM_REF_COUNTED_C_API
#define _H_MEM_REF_COUNTED_C_API
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
/** A pointer to a private object. */
typedef struct MEM_TOpaqueObject* MEM_TObjectPtr;
/** A pointer to a shared object. */
diff --git a/intern/memutil/MEM_SmartPtr.h b/intern/memutil/MEM_SmartPtr.h
index 144c4fd92c9..f8305c0afd9 100644
--- a/intern/memutil/MEM_SmartPtr.h
+++ b/intern/memutil/MEM_SmartPtr.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MEM_SmartPtr_h
#define NAN_INCLUDED_MEM_SmartPtr_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.