aboutsummaryrefslogtreecommitdiff
path: root/backend/BackendClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/BackendClient.h')
-rw-r--r--backend/BackendClient.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/backend/BackendClient.h b/backend/BackendClient.h
index 95abb0f..1333eca 100644
--- a/backend/BackendClient.h
+++ b/backend/BackendClient.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_BACKEND_CLIENT_H
-#define ANDROID_BACKEND_CLIENT_H
+#pragma once
#include "Backend.h"
@@ -27,5 +26,3 @@ class BackendClient : public Backend {
uint32_t *num_requests) override;
};
} // namespace android
-
-#endif