Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 #ifndef ADBLOCKPLUS_H | 1 #ifndef ADBLOCKPLUS_H |
Oleksandr
2013/03/27 08:37:01
Do you think we could rename this file? To abpv8.h
Felix Dahlke
2013/03/27 08:59:17
That shouldn't cause any trouble if we don't put i
| |
2 #define ADBLOCKPLUS_H | 2 #define ADBLOCKPLUS_H |
3 | 3 |
4 #include <AdblockPlus/FileReader.h> | 4 #include <AdblockPlus/FileReader.h> |
5 #include <AdblockPlus/FilterEngine.h> | |
5 #include <AdblockPlus/ErrorCallback.h> | 6 #include <AdblockPlus/ErrorCallback.h> |
6 #include <AdblockPlus/JsEngine.h> | 7 #include <AdblockPlus/JsEngine.h> |
7 #include <AdblockPlus/AdblockPlus.h> | |
8 | 8 |
9 #endif | 9 #endif |
LEFT | RIGHT |