nsDependentSubstring.h 716 B

12345678910111213141516171819202122
  1. /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. #ifndef nsDependentSubstring_h___
  6. #define nsDependentSubstring_h___
  7. #include "nsSubstring.h"
  8. // declare nsDependentSubstring
  9. #include "string-template-def-unichar.h"
  10. #include "nsTDependentSubstring.h"
  11. #include "string-template-undef.h"
  12. // declare nsDependentCSubstring
  13. #include "string-template-def-char.h"
  14. #include "nsTDependentSubstring.h"
  15. #include "string-template-undef.h"
  16. #endif /* !defined(nsDependentSubstring_h___) */