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

Commit 97ed4e73 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Add include guard into SampleIterator.h"

parents b6c719ec 5d16a6ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,10 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#ifndef SAMPLE_ITERATOR_H_

#define SAMPLE_ITERATOR_H_

#include <utils/Vector.h>
#include <utils/Vector.h>


namespace android {
namespace android {
@@ -75,3 +79,4 @@ private:


}  // namespace android
}  // namespace android


#endif  // SAMPLE_ITERATOR_H_