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

Commit 5d16a6ee authored by Masaichi Toki's avatar Masaichi Toki Committed by Takahiro Aizawa
Browse files

Add include guard into SampleIterator.h

Include guard is added to have SampleIterator.h safer.

Change-Id: Ib773a529cb7ab9d55524951f8bd8ed37f58c1cad
parent 38711b52
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_