#pragma once
// value standard header
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#ifndef _VALUE_
#define _VALUE_

#include <universal/utility/find_msb.hpp>
#include <universal/internal/bitblock/bitblock.hpp>
#include <universal/internal/value/value.hpp>

#endif
