Fix for 74873 (Make transformiix |#include|s better). Patch by Axel Hecht. Not part of default build. r=peterv, sr=scc.
git-svn-id: svn://10.0.0.236/trunk@91694 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,21 +23,21 @@
|
||||
* Bob Miller, kbob@oblix.com
|
||||
* -- plugged core leak.
|
||||
*
|
||||
* $Id: StringList.h,v 1.8 2000-04-12 22:30:57 nisheeth%netscape.com Exp $
|
||||
* $Id: StringList.h,v 1.9 2001-04-08 14:34:37 peterv%netscape.com Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
* A class for keeping an ordered list of Strings
|
||||
* @author <a href="mailto:kvisco@ziplink.net">Keith Visco</a>
|
||||
* @version $Revision: 1.8 $ $Date: 2000-04-12 22:30:57 $
|
||||
* @version $Revision: 1.9 $ $Date: 2001-04-08 14:34:37 $
|
||||
**/
|
||||
|
||||
#include "TxString.h"
|
||||
#include "baseutils.h"
|
||||
|
||||
#ifndef TRANSFRMX_STRINGLIST_H
|
||||
#define TRANSFRMX_STRINGLIST_H
|
||||
|
||||
#include "TxString.h"
|
||||
#include "baseutils.h"
|
||||
|
||||
class StringList {
|
||||
friend class StringListIterator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user