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

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

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

* commit '97ed4e73':
  Add include guard into SampleIterator.h
parents b41f9421 97ed4e73
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_