2001-09-28 20:14:13 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-01-27 02:02:22 +00:00
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
2000-06-03 09:46:12 +00:00
|
|
|
// obsolete
|
1999-01-27 02:02:22 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef nsAllocator_h__
|
|
|
|
#define nsAllocator_h__
|
|
|
|
|
|
|
|
#include "nsIAllocator.h"
|
|
|
|
#include "nsAgg.h"
|
1999-02-26 04:04:50 +00:00
|
|
|
#include "nsIFactory.h"
|
1999-01-27 02:02:22 +00:00
|
|
|
|
|
|
|
#endif // nsAllocator_h__
|