// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_ #define PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_ #include "available_cameras_message.h" #include "orientation_message.h" #include "texture_message.h" #include "zoom_level_message.h" #endif // PACKAGES_CAMERA_CAMERA_ELINUX_MESSAGES_MESSAGES_H_