Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13492c84 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Add ifdef to prevent header being added multiple times.

Change-Id: I92bb0667bea98e43fca20dceb4fff20e446c03cf
parent cdaff15b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
 * limitations under the License.
 */

#ifndef NinePatchPeeker_h
#define NinePatchPeeker_h

#include "SkImageDecoder.h"
#include <utils/ResourceTypes.h>

@@ -40,3 +43,4 @@ public:
    virtual bool peek(const char tag[], const void* data, size_t length);
};

#endif // NinePatchPeeker_h