blob: e780f90093207f8665dcd228f1bbc7da87118f7c [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIBIPP_ATTRIBUTE_H_
#define LIBIPP_ATTRIBUTE_H_
#include "ipp_attribute.h"
// TODO(pawliczek) - this is a temporary workaround.
// The file ipp_attribute.h is going to be renamed to attribute.h. For now,
// I am adding this redirection to help with transition of the existing code.
#endif // LIBIPP_ATTRIBUTE_H_