2014-05-05 17:30:46 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
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/. */
|
2001-04-02 19:40:52 +00:00
|
|
|
|
2001-05-16 12:36:35 +00:00
|
|
|
#include "nsDependentSubstring.h"
|
2004-02-19 02:44:03 +00:00
|
|
|
#include "nsAlgorithm.h"
|
2001-04-02 19:40:52 +00:00
|
|
|
|
2014-05-05 17:30:46 +00:00
|
|
|
// define nsDependentSubstring
|
2004-02-19 02:44:03 +00:00
|
|
|
#include "string-template-def-unichar.h"
|
|
|
|
#include "nsTDependentSubstring.cpp"
|
|
|
|
#include "string-template-undef.h"
|
2003-03-18 23:48:44 +00:00
|
|
|
|
2014-05-05 17:30:46 +00:00
|
|
|
// define nsDependentCSubstring
|
2004-02-19 02:44:03 +00:00
|
|
|
#include "string-template-def-char.h"
|
|
|
|
#include "nsTDependentSubstring.cpp"
|
|
|
|
#include "string-template-undef.h"
|