#include <..> -> #include ".."

This commit is contained in:
cbiesinger%web.de 2003-11-10 00:01:17 +00:00
Родитель d2756f1681
Коммит 891b75f739
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -36,13 +36,13 @@
*
* ***** END LICENSE BLOCK ***** */
#include <nsCOMPtr.h>
#include <nsString.h>
#include <nsIURI.h>
#include <nsIChannel.h>
#include <nsIHttpChannel.h>
#include <nsIInputStream.h>
#include <nsNetUtil.h>
#include "nsCOMPtr.h"
#include "nsString.h"
#include "nsIURI.h"
#include "nsIChannel.h"
#include "nsIHttpChannel.h"
#include "nsIInputStream.h"
#include "nsNetUtil.h"
#include <stdio.h>