|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2019 The LineageOS Project |
|
|
|
|
* Copyright (C) 2019-2022 The LineageOS Project |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -14,8 +14,7 @@ |
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYCOLORCALIBRATION_H |
|
|
|
|
#define VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYCOLORCALIBRATION_H |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
#include <vendor/lineage/livedisplay/2.0/IDisplayColorCalibration.h> |
|
|
|
|
|
|
|
|
@ -47,5 +46,3 @@ class DisplayColorCalibration : public IDisplayColorCalibration { |
|
|
|
|
} // namespace livedisplay
|
|
|
|
|
} // namespace lineage
|
|
|
|
|
} // namespace vendor
|
|
|
|
|
|
|
|
|
|
#endif // VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYCOLORCALIBRATION_H
|
|
|
|
|