blob: 78da23499f6f26519c2ca48a8861551e0db837fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- mozilla-release.orig/gfx/2d/Logging.h 2015-10-14 23:41:53.000000000 +0200
+++ mozilla-release/gfx/2d/Logging.h 2015-10-22 21:47:47.852599070 +0200
@@ -11,9 +11,7 @@
#include <stdio.h>
#include <vector>
-#ifdef MOZ_LOGGING
#include "mozilla/Logging.h"
-#endif
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_ANDROID)
#include "nsDebug.h"
|