Skip to content

Commit

Permalink
Add back in some ioncludes and revert date changes where possible.
Browse files Browse the repository at this point in the history
Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Jan 22, 2024
1 parent cf669f0 commit 9f41b40
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/include/daos/container.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2016-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down
1 change: 1 addition & 0 deletions src/include/daos/mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define __DC_MGMT_H__

#include <daos_types.h>
#include <daos/tse.h>

#include <daos/common.h>
#include <daos/pool.h>
Expand Down
2 changes: 1 addition & 1 deletion src/include/daos/object.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2016-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down
1 change: 1 addition & 0 deletions src/include/daos/pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <daos_prop.h>
#include <daos_pool.h>
#include <daos_task.h>
#include <daos/tse.h>

#include <daos/common.h>
#include <gurt/hash.h>
Expand Down
2 changes: 1 addition & 1 deletion src/include/daos/rpc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2016-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down
3 changes: 2 additions & 1 deletion src/include/daos/task.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2015-2024 Intel Corporation.
* (C) Copyright 2015-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand All @@ -12,6 +12,7 @@

#include <daos_types.h>
#include <daos_api.h>
#include <daos/tse.h>
#include <daos/common.h>
#include <daos_task.h>

Expand Down
3 changes: 1 addition & 2 deletions src/include/daos_prop.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2015-2024 Intel Corporation.
* (C) Copyright 2015-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand All @@ -15,7 +15,6 @@ extern "C" {
#endif

#include <ctype.h>

#include <daos_types.h>

/**
Expand Down
2 changes: 1 addition & 1 deletion src/include/daos_srv/iv.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2017-2022 Intel Corporation.
* (C) Copyright 2017-2024 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down
3 changes: 2 additions & 1 deletion src/object/obj_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2016-2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand All @@ -14,6 +14,7 @@
#include <stdint.h>
#include <daos/common.h>
#include <daos/event.h>
#include <daos/tse.h>
#include <daos/task.h>
#include <daos/placement.h>
#include <daos/btree.h>
Expand Down

0 comments on commit 9f41b40

Please sign in to comment.