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
This commit is contained in:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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. */
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user