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

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

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

* commit '99405e1f':
  Add include guard into SampleIterator.h
parents b14ccf22 99405e1f
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_