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

Commit 45409868 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 34e96e7e: am 99405e1f: am 97ed4e73: Merge "Add include guard into SampleIterator.h"

* commit '34e96e7e':
  Add include guard into SampleIterator.h
parents 2b1ec058 34e96e7e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@
 * limitations under the License.
 */

#ifndef SAMPLE_ITERATOR_H_

#define SAMPLE_ITERATOR_H_

#include <utils/Vector.h>

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

}  // namespace android

#endif  // SAMPLE_ITERATOR_H_